Commit 761de307 by BellCodeEditor

save project

parent 3b8aaca8
Showing with 2 additions and 2 deletions
input_d=int(input("长:")) input_d=int(input("长:"))
input_h=int(input("高:")) input_h=int(input("高:"))
print"面积是",input_d*input_h/2 print"面积是:",input_d*input_h/2
\ No newline at end of file \ 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