Quiz: Introduction to Python

Test your knowledge of the topics covered in this chapter.

1

How can we print the text “Educative” in Python?

A)
print Educative
B)
print"Educative"
C)
print("Educative")
D)
print(Educative)
Question 1 of 30 attempted