131k views
3 votes
Write a simple hello world program in python 3

2 Answers

3 votes

Answer:

print("hello world")

Step-by-step explanation:

User Jack Cox
by
6.2k points
5 votes

Answer:

print("hello world")

Step-by-step 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.

User JMarc
by
5.5k points