The creation
Types of python
Definition of phytons
Python Variables
Specify a Variable Type
100

When was python invented?

in 1991

100

uses DICT

Mapping Type


100

definition of Python Indentation 

Indentation refers to the spaces at the beginning of a code line.

100

What are variables

Variables are containers for storing data values.

100

constructs an integer number from an integer literal, a float literal (by removing all decimals), or a string literal (providing the string represents a whole number)

int()

200

Who invented Python

Guido van Rossum

200

Uses BOOL

Boolean Type

200

How many spaces is it common to make when you are programing

The number of spaces is up to you as a programmer, the most common use is four, but it has to be at least one.

200

How do you create a variable?

Python has no command for declaring a variable.

A variable is created the moment you first assign a value to it.

200

constructs a float number from an integer literal, a float literal or a string literal (providing the string represents a float or an integer)

float()

300

Where was python invented?

The Netherlands

300

Uses BYTES, BYTEARRAY, MEMORYVIEW  

Binary Types:

300

desfinition of Python Variables

In Python, variables are created when you assign a value to it

300

Casting a variable

If you want to specify the data type of a variable, this can be done with casting.

300

constructs a string from a wide variety of data types, including strings, integer literals and float literals

str()

400

How did Van Rossum got the name python?

he needed a name that was short, unique, and slightly mysterious

400

Uses NoneType

None Type:

400

Definition of Comments in python

Python has commenting capability for the purpose of in-code documentation.

400

How can you get the data type?

You can get the data type of a variable with the type() function.

Example

400

function, you output multiple variables, separated by a comma 

 print()

500

What is python? 

A programing language

500

Uses INT, FLOAT, COMPLEX

Numeric Types

500

Python will give you what you skip the indentation

Python will give you an error if you skip the indentation

500

What are variable names?

Variable names are case-sensitive.

500

You can also use what symbol to output multiple variables:

+

M
e
n
u