- 1
fill in the blanks to create a loop that increment the value of x by 2 and print the even values. x=0 _x<=20: print(x) x+=2 pls help me out
5 Réponses
+ 1
should use while condition
0
ans: if
0
if
0
You need to use 'while' loop, not 'if' like other people are writing
0
The correct answer is: while