Skip to content
  • Home

A Computer Engineer

Just another geek.

code

“Hello World” in Python

April 1, 2013October 8, 2013dakshbhattLeave a comment

The main 3 reason to learn Python are :

  1. Easy to learn
  2. Shorter code
  3. Easy to read

“Hello World” in Python is as followed.

Code :

#!/usr/bin/env python3

print('Hello World')

Output :

Hello World Output
Hello World Output

Download the full example here : http://www.mediafire.com/view/zzlg5o4yk9t5b93/helloWorld.py

Python.py, code, hello world, learn, print, python

Android Functions

Ready to use Android Functions for your Android app! Android Functions

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 14 other subscribers

Blog Stats

  • 274,134 hits

Recent Posts

  • Add text on video programmatically in Android using Media3 Transformer APIs September 23, 2024
  • SharedPreferences in Android Kotlin (with How to Remember User Login/Session Example) February 11, 2020
  • Different colors for selected tab in BottomNavigationView in Android Kotlin(Programmatically) January 13, 2020
  • Populate and manipulate AutoCompleteTextView in Android August 4, 2019
  • Open chat page in Whatsapp for given number in Android July 5, 2019

Top Posts & Pages

  • Turn on and turn off flash light programmatically in Android

About Me

profile for dakshbhatt21 at Stack Overflow, Q&A for professional and enthusiast programmers
Follow A Computer Engineer on WordPress.com

Categories

  • Android
  • Informative
  • Java
  • Javascript
  • Kotlin
  • PHP
  • Python
  • Uncategorized
  • VB.Net
Blog at WordPress.com.
  • Subscribe Subscribed
    • A Computer Engineer
    • Already have a WordPress.com account? Log in now.
    • A Computer Engineer
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...