Commit 6dbb2fec by BellCodeEditor

save project

parent 3b3ae4ba
Showing with 5 additions and 0 deletions
def func():
x = int(input("输入一个数"))
y = int(input("输入另一个数"))
return x*y
print(func())
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