python字符串比较-判断字符串是否相等
判断两个字符串是否相等:
用 ==
a='D:\qcc\HDmap_statistics_opendrive\python_code' b='D:\qcc\HDmap_statistics_opendrive\python_code' print(a==b)
返回值:True
判断两个字符串是否相等:
用 ==
a='D:\qcc\HDmap_statistics_opendrive\python_code' b='D:\qcc\HDmap_statistics_opendrive\python_code' print(a==b)
返回值:True