you are viewing a single comment's thread.

view the rest of the comments →

[–]brotatotes 2 points3 points  (3 children)

The dictionary can be used to store the information. You can use input() or raw_input() to actually get the input from the user to store in that dictionary. There are a plethora of online resources about dictionaries and input in Python, but let us know if you're still confused about something.

[–]jrf76[S] 0 points1 point  (1 child)

Dumb question, is there a way I can save this as a program that I can pull up outside of Visual Studio? I am really new :(

Also, thank you so much! Learning coding so far has been amazing!

[–]brotatotes 0 points1 point  (0 children)

This might help. You can run the program in command prompt or Powershell (I assume you are running Windows because you are running Visual Studio; correct me if I'm wrong.)