Which of the followin code is correct?
 A.
 print(

Loading

Choose the correct option.

Which of the followin code is correct?
 A.
 print(“Programming is fun”)
   print(“Python is fun”)
 B.
 print(“Programming is fun”)
 print(“Python is fun”)
 C.
 print(“Programming is fun)
 print(“Python is fun”)
 D.
   print(“Programming is fun)
 print(“Python is fun”)

A. A
B. B
C. C
D. D