ungleich-learning-circle/sami/learn-python-the-hard-way/python.org

5 lines
273 B
Org Mode
Raw Normal View History

2020-05-18 14:51:02 +00:00
* 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.