Skip to content

Commit edf1c62

Browse files
committed
fix: didn't add all the modified files
Signed-off-by: LetMeFly666 <[email protected]>
1 parent 1cdf98d commit edf1c62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
del*
22
OtherSource
3+
__pycache__
34

45
# Prerequisites
56
*.d

Solutions/Other-Python-LearnPythonFrom0.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,14 @@ print(a) # Line 4
7373

7474
### Python基础数据类型
7575

76-
## Dayn - 操作符重载
76+
!今晚干啥了
77+
78+
好像看了一些Python书
79+
80+
## Dayn - 操作符重载、reload
81+
82+
+ `__add__()`
83+
+ `reload` TODO: COMMIT ID
7784

7885
# End
7986

0 commit comments

Comments
 (0)