NASA-Missions
- 4 Devlogs
- 3 Total hours
An unofficial project made to store missions to planets/moons in our solar system stored in an excel file. You can also create your own missions too!
An unofficial project made to store missions to planets/moons in our solar system stored in an excel file. You can also create your own missions too!
Today I created options if the user typed in wrong data, they could change it. I also created options if the user typed in something that was not supposed to be typed, an error message would appear.
Took a very long time, and used a lot of if/elif/else statement. You can see in the picture just a glimpse of the hundreds of if/else.
Now you can choose between a planet and a moon. The program asks the user input for these things:
Then this is stored into a dictionary. Then this puts the data into an excel spreadsheet.
I still need to ask the user for the distance of the planet/moon from earth. Then I can calculate the fuel needed to get there.
Maybe use SQL for data?
The user of dictionaries helped a lot in this program. Now I fully understand how it works.
Finished the README file
Created a new project and allowed user to create a new mission and set some key values for the mission.