Commit 56cbada5 by BellCodeEditor

auto save

parent ddc7b7a8
Showing with 6 additions and 4 deletions
a = 8 a = int(input('数字'))
b = 9 b = int(input('数字'))
c = a*b c = int(input('数字'))
print(a,'*',b,'=',c) d = (a+b)*c
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