python字符串比较-判断字符串是否相等

判断两个字符串是否相等:

用  ==

a='D:\qcc\HDmap_statistics_opendrive\python_code'
b='D:\qcc\HDmap_statistics_opendrive\python_code'
print(a==b)

返回值:True

posted on 2020-06-16 18:32  一杯明月  阅读(8844)  评论(0编辑  收藏  举报