여러 거북이를 원 모양으로 배치하기 위한 고민Jupyter Notebook | Python/Calc Position 개수가 정해졌을 때 각 원 사이의 각도를 구하기import numpy as npn = 3 # 3개로 원 두르기 가정to_degree = 180/np.pi # 라디안을 쓰므로 변환해야gap_theta = 2*np.pi / ngap_theta * to_degree119.99999999999999 list형으로 원의 각도를 저장theta = [gap_theta*n for n in range(n)][each * to_degree for each in theta][0.0, 119.99999999999999, 239.99999999999997] theta에 따라 x, y를 생성r = 3x = [r*n..