Computer Science, asked by amishatigga3265, 6 months ago

Identify and correct the problem with following code-
countdown=10
while countdown > 0:
print(countdown, end='')
countdown - 1
print("Finally.")​

Answers

Answered by deepakdiwaker310
2

syntax line 2 in print (Finally) in main.py not found.

trackmisleading()

Similar questions