How to iteratively call a variable which was defined iteratively in python

前端 未结 0 2000
我在风中等你
我在风中等你 2020-12-21 00:43

I have iteratively define a variable containing x-coordinates as follows

import numpy as np
xCoords = {"%s" % i: np.array([math.cos(2*math.pi*i/360)         


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