if a*b>8: print("product :") print(a*b) else: print("floor division") print(a//b)
Answers
Answered by
0
Answer:
here this your answer
Explanation:
make a brilliant
Attachments:
Similar questions