What is the output of the following code?
while True: print(“Geeks!”)
Geeks!
“Geeks!”
‘Geeks!’
(Repeated infinite times)
This question is part of this quiz :