I have to write code in python The correct code is prin

I have to write code in python The correct code is prin
| I have to write code in python. The correct code is:

A.

print("Welcome to the world of programming")

         print("Welcome to the world of programming")

B.

print("Welcome to the world of programming")

print("Welcome to the world of programming")

C.

print("Welcome to the world of programming)

print("Welcome to the world of programming ")

D.

printf("Welcome to the world of programming)

printf("Welcome to the world of programming ")

Please scroll down to see the correct answer and solution guide.

Right Answer is: B

SOLUTION

Python programs must be written with a particular structure including indentation. The syntax must be correct, else the interpreter will generate error messages and will not execute the program.