📅  最后修改于: 2022-03-11 14:46:11.649000             🧑  作者: Mango
my_string = ""
if my_string == "":
print(True)
else:
print(False)
# Remember if you have even a white space in the string, the output will be - False.