Skip to content

Commit

Permalink
update the ref link of python variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wsun committed Oct 14, 2023
1 parent beaa199 commit 607cc5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/2_LearnPython/03.Number_and_Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 3.1 Learn Python Variables

Resource of lean Python Variable

- <https://www.learnpython.org/en/Variables_and_Types>
- <https://www.w3schools.com/python/python_variables.asp>
- <https://www.w3schools.com/python/python_numbers.asp>
- <https://www.w3schools.com/python/python_strings.asp>


### 3.1.1 Let Python do math for you

Math is the basic function of the Python, please try below code and learn the basic operation of "+,-,*, /, %"
Expand Down

0 comments on commit 607cc5d

Please sign in to comment.