Commit 1201936e by BellCodeEditor

save project

parent 2724a28a
Showing with 14 additions and 0 deletions
def r():
x=int(input("x"))
y=int(input("y"))
print("r钱")
a=x+y
return(a)
b=x*y
print("r钱")
a=r()
print(a)
\ No newline at end of file
def
def
\ 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