Channel name was changed to «Programming languages quiz and learning»
Tutorial_EDIT.pdf
628.6 KB
This is a study material for you
What is th result of this code :-
x = 1
while x <= 10: print(x) x = x + 1
x = 1
while x <= 10: print(x) x = x + 1
Anonymous Quiz
52%
counting till 10
22%
Baackcount till 10
12%
None of these above
14%
Only printing 10
What is the work of def
Anonymous Quiz
37%
Assign functions
34%
Assign logic statement
22%
Assign loops
7%
None of these above
What so infinity loop
Anonymous Quiz
11%
Which has no output
12%
Which has one output
64%
Which never ends
14%
All of these

