Expand To Get Answers
Quiz 2 - Variables & Conditionals » Week 1 » Introduction To Python Programming » Re⥃askly
Quiz 2 – Variables & Conditionals
Graded Quiz • 30 min Quiz10 Questions Week 1
Re⥃askly Logo

Quiz 2 – Variables & Conditionals

Graded Quiz • 30 min Quiz10 Questions Week 1
Practice More Quizzes:
Quiz
Quiz
09 Questions Week 2
Quiz
5 Questions Week 2
Quiz
5 Questions Week 3
Quiz
05 Questions Week 3
Quiz
07 Questions Week 4
Quiz
6 Questions Week 4

Q:

What is the limit to the number of elif statements that can be implemented after an if statement?

Q:

What is used to define a block of code (body of loop, function etc.) in Python?

Q:

What is used to take input from the user in Python?

Q:

When defining a variable, which of the following is allowed?

Q:

Which operator is used to compare two numbers for equality?

Q:

A statement using the or operator results in True if _______. (Select all that apply)

Q:

A statement using the and operator results in True if _______

Q:

Which marks can be used to give comments?

Q:

What is the output of the following code? print(3 >= 3)

Q:

What is the type of age? age = input(“How old are you?”)

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Find Questions in This Page: "CTRL+F"