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
Computer Science,
3 months ago
Science,
3 months ago
Social Sciences,
3 months ago
Chemistry,
7 months ago
World Languages,
7 months ago
Chemistry,
1 year ago
English,
1 year ago