学习是最好的投资!
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
Try this:
In addition, there is no need for a semicolon ";" after the Python statement