Hello World! In Python

There is a tradition in programmer \\\’world\\\’ to write a \\\”Hello World!\\\” code in every first programming language their use. Well, Writing a \\\”Hello World!\\\” program in Python its a lot of easy and only takes one line code. Here I write down the code in Ubuntu Terminal.

>>>print \\\”Hello World!\\\”

And after you press ENTER, it will appear the result like this, Hello World!

\\\"selection_007\\\"

Simple, isn\\\’t it?

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top