要判断两个字符串是否相同,可以使用比较运算符"=="。示例如下:
str1 = "hello"
str2 = "world"
if str1 == str2:
print("两个字符串相同")
else:
print("两个字符串不相同")
如果str1和str2相同,即输出"两个字符串相同";否则输出"两个字符串不相同"。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: python怎么输出计算结果