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!
Simple, isn\\\’t it?