Commit a463444b by BellCodeEditor

save project

parent 05e7d622
Showing with 8 additions and 0 deletions
ct = 0
def fxxk(a1):
ct = ct + a1
return(ct)
fxxk(1111)
fxxk(6666)
print(fxxk)
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