Skip to Content
Course content
 
0 0

There are no comments for now.

to be the first to leave a comment.

1. What is the result of: 3 + 2 * 2 in Python?
2. What function is used to take input from the user in Python?
3. What data type will the expression input("Enter age: ") return?
4. What is the output of: print(10 // 3)?
5. Which of the following is a conditional statement in Python?
8. Which keyword is used to check multiple conditions after an if statement?
10. Which of the following is a valid variable name in Python?