What is Python?
Python
is a popular programming language. It was created by Guido van Rossum, and
released in 1991.
It
is used for:
|
Execute Python Syntax
Python syntax can be executed by writing directly in the Command
Line:
>>>print(“Hello,World!”)
Hello,World!
Or by creating a python file on the server, using the .py file
extension, and running it in the Command Line:
C:\user\Your Name>Python myfile.py
|


No comments:
Post a Comment
Text