Simple python project

Good code and nice presentation.

1 Like

Looks great! I’m not sure if you’ve learnt about dictionaries, but this is an example of a project that would be better with them. I’d like to challenge you to try implementing dictionaries in your program, good luck!

Side note: a bit more whitespace/blank lines in your code would make it more readable when separated into logical sections.

1 Like

Thank You so much for the feedback!
Yes, I’ve learnt about dictionaries and I will surely implement these using dictionaries.

1 Like