Computer Science, asked by tanushka5674, 4 months ago

Predict the output of the following statements:
print(52*7)
print("52*7")
print("52*7=" ,52*7)
print("52"*7)​

Answers

Answered by RuwaisnZaid
12

Explanation:

364

52*7

52*7=364

52,52,52,52,52,52,52

Similar questions