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