Commit bd131f3f by BellCodeEditor

save project

parent 70f23c73
Showing with 6 additions and 4 deletions
total = []
while True: while True:
unit= input("请输入:") unit= input("请输入:")
if unit=='田小妹是傻逼': if unit== 'q':
print("机器:对") break
else: else:
print('不,田小妹是傻逼') total.append(unit)
\ No newline at end of file print(total)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment