Ask Question
6 December, 01:23

Write a simple hello world program in python 3

+2
Answers (2)
  1. 6 December, 02:28
    0
    print ("hello world")
  2. 6 December, 05:02
    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?
Get an answer to your question ✅ “Write a simple hello world program in python 3 ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers