The main 3 reason to learn Python are :
- Easy to learn
- Shorter code
- Easy to read
“Hello World” in Python is as followed.
Code :
#!/usr/bin/env python3 print('Hello World')
Output :
Download the full example here : http://www.mediafire.com/view/zzlg5o4yk9t5b93/helloWorld.py