Learning Circle : python #5 - Initial

This commit is contained in:
youngjin.han 2020-05-27 22:53:32 +09:00
commit 4d1d4d05cd
12 changed files with 558 additions and 0 deletions

View file

@ -1,3 +1,27 @@
* 2020-05-27
** note
- ex27.py
- none
- ex28.py
- <= (greater than or equal to), =< (less than or equal t0)
- ex29.py
- The 'if' means to test criteria.
- The 'if' processes the script is intended.
- If the script is not indented, an error should be occured.
- ex30.py
- none
- ex31.py
- none
* 2020-05-25
** note
- ex23.py
- none
- ex24.py
- none
- ex25.py
- none
- ex26.py
- none
* 2020-05-22
** note
- ex15.py