answersLogoWhite

0


Best Answer

by opening his mouth!

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you print hello world in python?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the print command do in Python?

The print command is a way to display output to the console. The hello world program, for example, can be written in python as simply print("Hello world") Other values can also be used in a print statement: a = 4 print(a) #will print the number 4


What is the meaning of print python programming?

In Python; the "print" feature will simply output something (defined by you) onto the screen. For example: print("Hello") would output "Hello" to the screen!


How do you draw HELLO WORLD in python?

There are a couple of ways: 1. Use turtle. It is a module that can be imported. 2. The print function 3. Use tkinter. It is a module in python that you can import.


What PHP statement outputs text on the screen?

There are several different ways to output text on the screen in PHP two of the most common are echo and print. echo "Hello World!"; print ("Hello World!"); Would both print ... Hello World!


To print hello?

Print 'Hello';


How do you print Hello World on the debugger of CMDR?

What is CMDR.


What are the two?

#1: 10 PRINT "Hello world from BASIC" #2: int main (void) { puts ("Hello world from C"); }


What must you place in if conditon to execute both if and else?

if ( fork() ) { print "hello"; } else { print "world"; }


What is the purpose of print strings in python?

It means that python will print(or write out) a value you input.


What are the two programs?

#1: 10 PRINT "Hello world from BASIC" #2: int main (void) { puts ("Hello world from C"); }


What is used in python programming for space in output?

I interpreted your question as this: What is used in Python for adding a blank line to the output? If you are looking for this, a simple print statement will do: print #in python 2.x or print() #in python 3.x If that wasn't what you were looking for, change the question to be more clear.


Is there a way to convert Microsoft Word files to txt files using Python and if so how would you do it?

Hello I am 5yNC a prof. programer and such. I think you can try saving it as a .txt and then going and rightclicking on the file Choose the option that says openwith Then select python. You can use the GUI or the COMMAND LINE When you get better I recommend writing a simple program like: print "hello world" raw_input("press enter") and then opening it in IDLE (the python GUI)------> what this will do is give you a color coded editor and run capablitys. -Hope I helped.