点击运行
import numpy as np #操作数组 print (np.char.upper(['jiyik','google'])) # 操作字符串 print (np.char.upper('jiyik'))
运行结果 :
正在执行...