Skip to content

Commit 73be7d2

Browse files
authored
Update D2_of_3Day_DoneWithPython.md
1 parent 594eb2b commit 73be7d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

D2_of_3Day_DoneWithPython.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,11 +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.|  
770+
|Year|  Min temp.| Hax temp.|  
771771

772-
|1990|     -1.5 |       25.3|
772+
|1990|     -1.5 |      25.3|
773773

774-
|1991|     -3.2|        21.2|      
774+
|1991|     -3.2|      21.2|      
775775

776776
777777
* Code:

0 commit comments

Comments
 (0)