Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

hello world in python 3

print("Hello World!")
print('Hello World!')
# Both couple of single quotes or couple of double quotes will do the work
# But it will give a "SyntaxError" massage if you mix them
# Output - 
# Hello World!
# Hello World!
Source by en.wikibooks.org #
 
PREVIOUS NEXT
Tagged: #world #python
ADD COMMENT
Topic
Name
7+5 =