3 lines
45 B
Python
Raw Normal View History

data=""
if "哈哈" in data:
print("yes")