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

Python超人-宇宙模拟器

上级 3b6876d7
...@@ -13,7 +13,7 @@ from bodies.body import AU ...@@ -13,7 +13,7 @@ from bodies.body import AU
if __name__ == '__main__': if __name__ == '__main__':
""" """
太阳、地球 引力弹弓模拟演示
""" """
bodies = [ bodies = [
Sun(size_scale=2e1), # 太阳放大 20 倍 Sun(size_scale=2e1), # 太阳放大 20 倍
......
# -*- coding:utf-8 -*- # -*- coding:utf-8 -*-
# title :引力弹弓模拟演示 # title :模拟流浪地球通过木星、土星加速
# description :引力弹弓模拟演示 # description :模拟流浪地球通过木星、土星加速
# author :Python超人 # author :Python超人
# date :2023-02-11 # date :2023-02-11
# link :https://gitcode.net/pythoncr/ # link :https://gitcode.net/pythoncr/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册