Predict the output of the following statements:
print(52*7)
print("52*7")
print("52*7=" ,52*7)
print("52"*7)
Answers
Answered by
12
Explanation:
364
52*7
52*7=364
52,52,52,52,52,52,52
Similar questions