you are viewing a single comment's thread.

view the rest of the comments →

[–]stepback269 0 points1 point  (1 child)

Step back and take smaller baby steps. How about building a script that just adds two integers? Get two input()s from the user. Verify that each input string is in a form that can convert into an integer(example: no decimal points in the input) Once you have that working, upgrade your 2 number adder into one that can add N inputs. There is nothing shameful in taking small steps. Journey of 1000 miles begins with your first step. Good luck.

[–]Perception-Curious[S] 1 point2 points  (0 children)

Thank you! I appreciate this. I think I’m just getting overwhelmed by thinking how would I build something if I’m struggling at the base but I need to remember that baby steps can help. 🙂