Created
August 19, 2020 00:13
-
-
Save ahmedazizkhelifi/2433929f04e78a4a2541b2fa589184fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import vpython as vp | |
vp.scene.title = "Modeling the motion of planets with the gravitational force" | |
vp.scene.height = 600 | |
vp.scene.width = 800 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment