What will be the output of print(“Hello World!”)?

What will be the output of print(“Hello World!”)?

This is basic python code –
print("Hello World!")

Please give me the output

Question is closed for new answers.
Agastya Changed status to publish April 4, 2023
38

print()
method in python is used to print values/strings/results .
Finally, output of your code will be:
Hello World!

follow me 🙂

Agastya Selected answer as best February 2, 2023
3
You are viewing 1 out of 2 answers, click here to view all answers.