linsiqi 发表于 2020-7-5 22:32:35

Python编程

01.password=‘death’
02.a=0
03.while a !=1
04.userpwd=input(‘请猜谜语?’)
05.if userpwd==password:print(‘你猜对了’)
06.a=1
07.else:
08.print(‘你先猜,我去做洗脸了’)
页: [1]
查看完整版本: Python编程