Compare two strings in Python not working

前端 未结 0 1136
慢半拍i
慢半拍i 2020-12-12 03:04

i try to compare two string. One is from a HTML Input with Flask:

print(temp_dart[i])
temp_dart[i].strip()
print(repr(temp_dart[i]))
if temp_dart[i] != "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题