Python is a programming language that lets you work more quickly and integrate your systems more effectively. (Source: https://www.python.org/)
Install Python (latest version)
https://www.python.org/->Downloads->Python 3.7.3
Best Tutorial to learn
Python Shell is called IDLE.
Function: A block of organized, reusable code used to perform a single, related action.
Argument: A value you pass to a function when calling it. A value is a letter or a number. A variable is a name that refers to a value or its a container to hold data. It begins with a letter. An assignment statement creates new variables and gives them values.
Holding values in variables
Hint in Prompts
Fun with python
Python DataTypes: int, float, complex belongs to Numbers.
No comments:
Post a Comment