Commit e9dac006 by BellCodeEditor

auto save

parent 8ff859af
Showing with 27 additions and 6 deletions
...@@ -5,8 +5,22 @@ def func(): ...@@ -5,8 +5,22 @@ def func():
unit= input("请输入:") unit= input("请输入:")
if unit== 'q': if unit== 'q':
break break
else: else:
total.append((unit) total.append((unit))
except: except:
print(输帧数sb) # print("输帧数")
print(total) return total
\ No newline at end of file
def xxx(wsad):
count=0
for i in money:
count += i
return count
list1 = func()
print(list1)
import func
data=func.func()
caunt
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