提交 b0eaba69 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 455a9e64
......@@ -26,7 +26,7 @@ if __name__ == '__main__':
bodies = [
Sun(size_scale=0.8e2), # 太阳放大 80 倍
Dancer(size_scale=2e3), # 舞者放大 2000 倍
Dancer(size_scale=5e3), # 舞者放大 5000 倍
Jupiter(size_scale=5e2), # 木星放大 500 倍
]
sun, dancer, jupiter = bodies[0], bodies[1], bodies[2]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册