Array item must be unicode character ? why this type of error is showing?

前端 未结 0 643
被撕碎了的回忆
被撕碎了的回忆 2021-01-06 00:26

This is my python code

import array as a
import numpy as np
Array=a.array(\'u\',[1,2,3,4])
list=[1,\'abc\',1.20]
print(Array)
print(list)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题