Commit 05c35b4a by BellCodeEditor

save project

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