4. a=10
b=100
print(a/b)
print(a//b)
print(a*3)
print(a**3)
Answers
Answered by
0
Answer:
0.1
0
30
1000
Explanation:
Attachments:
Similar questions