I want to concatenate two python arange, but i only obtain the first arange

后端 未结 0 620
旧巷少年郎
旧巷少年郎 2020-12-19 04:47

I want to concatenate two arange in python, but I only obtain the first arange

import numpy as np  
a = np.arange(3,6, 0.5, dtype = float)
b = np.arange(10, 7         


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