Ask Question
22 July, 09:27

Write a simple hello world program in python 3

+4
Answers (2)
  1. 22 July, 09:33
    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.
  2. 22 July, 09:48
    0
    print ("hello world")
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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers