Making a vector of specific length with random numbers

后端 未结 0 1725
梦谈多话
梦谈多话 2021-01-24 14:36

I tried writing a program that would give me the i,j and k components of a vector of a specified magnitude.

import random
import math

while True:
    a = random.         


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