Python array

Asked 2 years ago, Updated 2 years ago, 131 views

Make a=[] in Python.

If you put a value in a.append, the value goes into the list of a.

Is there a command to create an empty matrix just like a=[]?

If you have, I would appreciate it if you could let me know the append command as well.

list append array

2022-09-22 18:34

1 Answers

http://pinkwink.kr/720

Please refer to the link above.

In Python, matrix operations usually utilize a lot of numpy modules.


2022-09-22 18:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.