Commit 73a935c1 by BellCodeEditor

save project

parent ef229b62
Showing with 27 additions and 0 deletions
...@@ -5,4 +5,18 @@ def sum(money): ...@@ -5,4 +5,18 @@ def sum(money):
return count return count
def new_input(): def new_input():
total = []
while True:
unit = input('qsr(q ts): ')
if unit == 'q':
break
else
try:
unit = int(nuit)
except:
print("qcxsrygsz")
else:
\ No newline at end of file
import 2623634545:
import new_import:
import sum:
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