Skip to content

Commit 594eb2b

Browse files
authored
Update D2_of_3Day_DoneWithPython.md
1 parent 2c319dd commit 594eb2b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

D2_of_3Day_DoneWithPython.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,11 @@ In [2] : np.savetxt("myfile.txt", a)
767767

768768
* 示例文本文件data.txt: (Example text file data.txt:)
769769

770-
|Year|  Min temp.| Hax temp.|      
771-
|:------|-----------:|-----------:|
772-
|1990|     -1.5 |       25.3|
773-
|1991|     -3.2|        21.2|      
770+
# |Year|  Min temp.| Hax temp.|  
771+
772+
|1990|     -1.5 |       25.3|
773+
774+
|1991|     -3.2|        21.2|      
774775

775776
776777
* Code:

0 commit comments

Comments
 (0)