Files
wg_cpso/ConsoleAppTest/Scripts/YourScript.py

4 lines
54 B
Python
Raw Permalink Normal View History

2026-03-25 18:20:24 +08:00
import numpy as np
a = np.array([1,2,3,4,5])
print(a)