Python Basic Lesson 1

Quiz Image

Beginner Python Quiz.

Author: falconk2 || TRUSTED User

Number of Questions: 7

Categories: Technology
Beginner

1.

Which of the following commands would you use to display something?




2.

Which of the following will print correctly?




3.

What is x in:

x=5

 




4.

Which of the following is NOT a programming language?




5.

What will the following print?

#print("YA")

 




6.

What will the following code print

 

x=7
y=5
z=x+y
print(z)

 




7.

Why is python popular?






Image credit: https://cdn.pixabay.com/photo/2016/11/19/22/52/coding-1841550_640.jpg