Commit ec40bdf6 by BellCodeEditor

save project

parent 7eaed43a
Showing with 15 additions and 0 deletions
total = []
for i in range(6,100):
if i%6==0:
total.append(i)
print(total)
def o_o():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append()
print(total)
o_o()
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