write the output of following python code:
a=10
b=100
print(a/b)
print (a//b)
print (a*3)
print (a**3)
Answers
Answered by
11
Answer:
a=10'''''100
b=100'''''10
<tr>
10*100
<1000/>
<\tr>
Answered by
5
hi
here's your answer
Answer:
a=10'''''100
b=100'''''10
<tr>
10*100
<1000/>
<\tr>
______________________________________
Hope I helped!
Bye!
Have a great day!
Similar questions