Commit 2491a71f by BellCodeEditor

save project

parent 3842d4aa
Showing with 4 additions and 1 deletions
...@@ -14,7 +14,10 @@ def new_jnput(): ...@@ -14,7 +14,10 @@ def new_jnput():
total.append(unit) total.append(unit)
finally: finally:
print('-'*30) print('-'*30)
print(total) return total
result = new_jnput()
print(result)
''' '''
try: try:
age = int(input('你今年几岁了?')) age = int(input('你今年几岁了?'))
......
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