Commit 87c74877 by BellCodeEditor

auto save

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