Commit 1c4c23fd by BellCodeEditor

save project

parent 9014199d
Showing with 7 additions and 7 deletions
total = []
print(total)
try:
int("t")
except:
print("baocuo")
\ No newline at end of file
def jsc(q,w):
js=q+w
return js
d=jsc(12,3)
print(d)
\ 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