python the hard way ex.

This commit is contained in:
samialazar 2020-05-18 16:51:02 +02:00
commit dab9fe5912
9 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,4 @@
* 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.