質問編集履歴

1

誤字

2021/09/12 07:00

投稿

MT7678
MT7678

スコア1

test CHANGED
File without changes
test CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  import numpy as np
26
26
 
27
- theta = np.linspace(0, 2*np.pi, 100)
27
+ theta = np.linspace(0, 2*np.pi, 100) #角度
28
28
 
29
- r=4.
29
+ r=4. #半径
30
30
 
31
31
  cx,cy=Circle_func(theta,r)
32
32