answer this question for 24 hours of good luck
What is the correct syntax to output "Hello World" in Python? *
a)echo("Hello World);
b)echo "Hello World"
c)print("Hello World")
d)print("Hello World");
answer in A,B,C,or D
for a brainly
Answers
Answered by
0
Answer:
Anyway, you can create a simple "hello world" program by using Python's print() function to output the text "Hello World" to the screen.
...
Python Hello World
Write the Program. Open your Python editor (IDLE is fine), and enter the following code: ...
Save your Program. ...
Run your Program.
Similar questions