# 基本语法
```
import numpy
myText = numpy.genfromtxt('b.txt', delimiter=',', dtype=str)
print(type(myText))
```
```
import numpy
myText = numpy.genfromtxt('b.txt', delimiter=',', dtype=str)
print(type(myText))
```
本文标题:Numpy
本文链接:https://www.haomeiwen.com/subject/dztpcctx.html
网友评论