Computer Science, asked by prasannaprince21, 7 months ago

Predict the output of the following:

keepgoing = True

x = 100

while keepgoing:

print(x)

x = x – 10​

Answers

Answered by kev18
1

Answer:

Keep Going - 100

While Keep Going - 10

Similar questions