Question 1: Python While Loop Execution
What will be the output of the following code?
Question 2: Python For Loop with Range
What will this code output?
Question 3: Python Step in Range
What is the output?
Question 4: Python Break Statement
What will be the output?
Question 5: Python Continue Statement
What is the output?
Question 6: Python Else with Loop
What will be the output?
Question 7: Python Infinite While Loop
Which of the following will create an infinite loop?
Question 8: Python Nested Loop
What will be the output?
Question 9: Python Iterating Over String
What will this code output?
Question 10: Python Range with Negative Step
What will be the output?