ungleich-learning-circle/sami/learn-python-the-hard-way/python.org
2020-05-18 16:51:02 +02:00

4 lines
273 B
Org Mode

* Python
** Numbers and Math: Every programming language has some kind of way doing numbers and math
** Variables and Names : we need to use underscore with means an imaginary space between words in variable names
** a variable is nothing more than a name for something.