Python3.7.2
npm run test- run test of Toolsnpm run helper- run helper of Toolsnpm run curr- run current of Tools
https://docs.python.org/3/library/functions.html
- online - Helper for Michael.Liao's Blog python3 online env
- test - Temporary test program
- current - Find the latest python file from $basic_root and execute it
| Item | Type | By |
|---|---|---|
| Intersection/Union | Math | set |
| Factorial | Math | recursion |
| Tower of Hanoi | Math | recursion |
| Shallow Copy | Tip | slice |
| Fibonacci sequence | Math | generator |
| Pascal's triangle | Math | generator |
| String to float | Math | map&reduce |
| Get prime with the Sieve of Eratosthenes | Math | filter |
| Get palindrome number | Math | filter |