Commit 15f46df3 by BellCodeEditor

auto save

parent 024fb164
Showing with 18 additions and 9 deletions
total = [] # def func():
while True: # total = []
unit= input("请输入:") # while True:
if unit== 'q': # unit= input("请输入:")
break # if unit== 'q':
else: # break
total.append(unit) # else:
print(total) # total.append(unit)
\ No newline at end of file # print(total)
# func()
n = int(input('请输入你想轰炸的人:'))
print(n,"是依托答辩")
\ No newline at end of file
a = (1,2,3,4,5,)
a.append("ty;lkrd")
print(a)
\ 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