How to Say Hello World | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to Say Hello World

im new in python programming and add me toh in facebook to teach me in python

14th Sep 2016, 2:36 PM
Julius Bravo
Julius Bravo - avatar
7 Answers
+ 3
print("Hello world!")
14th Sep 2016, 2:38 PM
Zen
Zen - avatar
+ 2
Python 2.7 >>> print "hello world" Python 3.5 >>> print("hello world")
14th Sep 2016, 4:42 PM
Giovanni Gatto
Giovanni Gatto - avatar
+ 1
# Hello world python program print ("Hello World!")
14th Sep 2016, 3:44 PM
Anjali Tiwari
Anjali Tiwari - avatar
0
thx
14th Sep 2016, 2:39 PM
Julius Bravo
Julius Bravo - avatar
0
print("hello world")
15th Sep 2016, 3:28 PM
DELETED
0
def Hello(x): print(x)
21st Sep 2016, 6:18 AM
isk
isk - avatar
- 1
Print
14th Sep 2016, 4:25 PM
Emir Aktürk
Emir Aktürk - avatar