Commit 87c74877 by BellCodeEditor

auto save

parent 578e41ee
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
\ No newline at end of file
def hm(num1,num2):
return ((num1+1)+num2)*(num2/2)
print(hm(0,3))
# import func
from func import printHello
printHello()
\ 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