Skip to content

Commit 4f6a5d4

Browse files
authored
Update D2_of_3Day_DoneWithPython.md
1 parent b294a2d commit 4f6a5d4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

D2_of_3Day_DoneWithPython.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -768,18 +768,7 @@ In [2] : np.savetxt("myfile.txt", a)
768768
* 示例文本文件data.txt: (Example text file data.txt:)
769769

770770

771-
772-
773-
|Year|  Min temp.| Hax temp.| 
774-
|:----|----------:|----------:|
775-
|1990|     -1.5 |       25.3|
776-
|1991|     -3.2|        21.2|      
777-
778-
779-
780-
781-
782-
771+
783772
* Code:
784773

785774
```python 
@@ -792,6 +781,15 @@ In [2] : np.savetxt("myfile.txt", a)
792781
```
793782

794783

784+
|Year|  Min temp.| Hax temp.| 
785+
786+
|:----|----------:|----------:|
787+
788+
|1990|     -1.5 |       25.3|
789+
790+
|1991|     -3.2|        21.2|      
791+
792+
795793

796794
```python
797795
```

0 commit comments

Comments
 (0)