标签: python string
我只是简单地尝试比较两个给出的两个字符,第二个是从变量 a
有什么想法吗?
a=":-O" print a[2] if a[2]== ")" or "D": print "Same" else: print "Not same"