📄️ My Goal
1. understand the algorithms
📄️ Python Primer
Q1 Why bool,int,float,str,tuple,frozenset are immutable?
📄️ Object-Oriented Programming
Shallow copy
📄️ Recursion
The classic example: caculate the n! I think his explanation is very easy to understand, you need to read it by yourself.I saw many explanation, but I understand little.