Commit 6ed4a8f8 by BellCodeEditor

save project

parent 5ee65444
Showing with 8 additions and 4 deletions
a = [] def abc():
while True: a = []
while True:
b = input('输入:') b = input('输入:')
if b== 'q': if b== 'q':
break break
...@@ -11,4 +12,7 @@ while True: ...@@ -11,4 +12,7 @@ while True:
print('——'*30) print('——'*30)
int(b) int(b)
a.append(b) a.append(b)
print(a) return a
\ No newline at end of file abc()
q = return
print(q)
\ 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