#password1.py
pwd = raw_input('what is the password?')
if pwd =='apple':
print('Merry Christmas Eve!')
else:
print("You're a idiot!")
print('Haha!')
Merry Christmas Eve
最新推荐文章于 2021-12-22 14:09:46 发布
#password1.py
pwd = raw_input('what is the password?')
if pwd =='apple':
print('Merry Christmas Eve!')
else:
print("You're a idiot!")
print('Haha!')