Ask Question
5 March, 07:36

Write a simple hello world program in python 3

+2
Answers (2)
  1. 5 March, 10:49
    0
    print ("hello world")
  2. 5 March, 11:18
    0
    print ("hello world")

    Explanation:

    a hello world program is simply a program that prints out hello world.

    for this you would need to remember to have the same number of brackets on each side and to write print. Also remember when printing to include speech marks.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write a simple hello world program in python 3 ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers