Commit f51a5e82 by BellCodeEditor

save project

parent dfb5d1b6
Showing with 30 additions and 0 deletions
a=12+56
b=234-123
c=11*123
d=2356/125
e=3**5
f=(1+155)//2
print(12+56)
print(234-123)
print(11*123)
print(2356/125)
print(3**5)
print((1+155)//2)
\ No newline at end of file
a=50
b=0.08
c=a+(a*b)
print(c)
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