Quiz: Introduction to Python
Test your knowledge of the topics covered in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How can we print the text “Educative” in Python?
A.
print Educative
B.
print"Educative"
C.
print("Educative")
D.
print(Educative)
1 / 3