Quiz

Test your knowledge of Python's theoretical concepts with this quiz!

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 40 attempted