
Assessment 1:Python (control statement and loop)
Quiz by Gayathri
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is the output for the following statements?
x = 55 / 11
print(x)
What is the result of the following expression in Python?
print(True == 1)
What will be the output of the following code

What would be the output of the following?

What will be the output of the following code:

How many times will the following loop run?

What can be the output of the following code ?

What is the output of the following code?

What is the output of the following code?

Which of the following statements about break and continue is true?