Python Programming Quiz

Question 1

What is a correct syntax to output "Hello World" in Python?

Select one:

Question 2

Which of the following statements are true?

Select one or more:

Question 3

How do you insert COMMENTS in Python code?

Select one:

Question 4

Which are the right syntax to create a variable in Python

Select one or more:

Question 5

Which operator is used to multiply numbers?

Select one:

Question 6

How do you start writing a while loop in Python?

Select one:

Question 7

Which are right syntax in order to define a function in Python

Select one or more:

Question 8

If there is a class named Mammal. Which is the right syntax to create a class named Monkey, which inherits Mammal

Select one or more:

Question 9

If you have created a class named Car which includes a property named brand, which is the right syntax to create an object of Car

Select one:

Question 10

Which one is right syntax for for-loop in Python

Select one or more: