title | description |
---|---|
Python |
Python basics |
Because Python 3 is bullshit and i can't remember everything so i have to write down things i've learned :).
- 4 data-types:
interger, string, boolean, float
. - Multiple declaration: name, age, height, alive =
Johnny, 21, 169.5, True
.