Commit 6ce854cd by BellCodeEditor

save project

parent dba1415d
Showing with 8 additions and 0 deletions
'''
计算长方形的面
'''
a=6 #长
b=3 #宽
s=a*b #面积
print("zzzz",s)
\ 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