Print row-wise joined numpy arrays stored in a dictionary

后端 未结 0 1794
天命终不由人
天命终不由人 2020-12-02 22:13

I\'m coming from Matlab here and I\'m trying to accomplish a simple task:

import numpy as np

a = {\'x\':np.ones(5), \'y\':2*np.ones(5)}
strng = [f"x= {s         


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