Home > Q&A > body text
巴扎黑2017-04-18 10:09:12
Try this:
tmp=np.loadtxt(open("test.txt", encoding='utf8'), dtype=np.str, delimiter=',')
In addition, there is no need for a semicolon ";" after the Python statement