Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

hello world in python

# the normal way!
print("Hello, World!")
# Different way
import __hello__	# run the program
 
PREVIOUS NEXT
Tagged: #world #python
ADD COMMENT
Topic
Name
4+7 =