Commit 05c35b4a by BellCodeEditor

save project

parent 15f46df3
Showing with 11 additions and 17 deletions
# def func():
# total = []
# while True:
# unit= input("请输入:")
# if unit== 'q':
# break
# else:
# total.append(unit)
# print(total)
def func():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
# func()
n = int(input('请输入你想轰炸的人:'))
print(n,"是依托答辩")
\ No newline at end of file
func()
\ 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