Commit 76903bb0 by BellCodeEditor

save project

parent 206f7a7f
Showing with 20 additions and 13 deletions
def tname(): def sss():
total = [] for i in rande(30)
while True: print(i)
unit= input("请输入:") sss()
if unit== 'q':
break
else:
total.append(unit)
print(total)
tname()
...@@ -18,4 +13,17 @@ tname() ...@@ -18,4 +13,17 @@ tname()
\ 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