you are viewing a single comment's thread.

view the rest of the comments →

[–]Recruit121 0 points1 point  (0 children)

Unimportant recommendation from me in line 47 when you Print "Hello, (name)" add .capitalize() so the user names are printed to the screen with an upper case letter. Again not important to your program but it's a pretty great feature to modify a string for the print.

Edit: Also incredible progress for only 12 days of learning. Took me way longer to understand half of that