Raspberry Pi - Display and Output
What output appears on the Raspberry Pi display after this code?
count = 3
while count > 0:
print(count)
count -= 1
print('Done')count = 3
while count > 0:
print(count)
count -= 1
print('Done')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions