Python Syntax

The Python has many similarities to Perl, C, and Java. However, there are some definite differences between the languages. Python syntax can be executed by writing directly in the command line, Or by creating a python file on the server, using the .py file extension, and running it in the command line.

Example:

print("Welcome to Python !!!")

Output: Welcome to Python !!!

To understand more about Python Syntax refer following articles:

Tags