Commit 089071cb by BellCodeEditor

auto save

parent 05e7d622
Showing with 41 additions and 0 deletions
import turtle
date=new_input()
score=
\ No newline at end of file
def new_input():
total=[]
while True:
money=input("请输入")
if money=='q':
break
else:
try:
money.int(money)
except:
print("吼吼吼")
else:
total.append(money)
return total
def abc(list1):
cont=0
for i in range(list1):
count += i
return count
import diy
list1=diy.new_input()
xyz
print(xyz)
\ No newline at end of file
l=["刘鑫喆","34","398"]
l=["刘鑫喆","34","398"]
l.pop(2)
l.append(190)
print(l)
#
\ 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