Please enable JavaScript.
Coggle requires JavaScript to display documents.
PYTHON - Coggle Diagram
PYTHON
functions
Built in - already exist in python like print
float, str, int, complex, abs,len
part2
bin func
sum for list and tuples, not for string, only for integers but + sign work for concatenate like a+b = string combined
eval function - for expression as string - "5/2 + 3"
help - function - tell about other functions
recursion
User defined
Lambda function
Variables
Rules
Data types
Numeric
float
complex
int
boolean
Use of boolean-significance
Sequence type
List
tupple
range
text
dictionary
set
Operators
/, modulus%remainder, floor division(15/7=2.1, 2 is fllor), exponent**,
CORE PYTHON
DATA STRUCTURES
CONTROL FLOW