Pulsars
0 %
Log inSign up

Infinite loop

MCQ

Why does the following code cause an infinite loop?

x = 1 while x < 5: print(x)

Possible answers