python the hard way ex.
This commit is contained in:
parent
7b39b906fb
commit
dab9fe5912
9 changed files with 133 additions and 0 deletions
4
sami/learn-python-the-hard-way/python.org
Normal file
4
sami/learn-python-the-hard-way/python.org
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue