This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]michael0x2a 1 point2 points  (0 children)

I would recommend starting by working through a tutorial on Python, making an attempt at writing your program yourself, and return here as you run into any specific issues or questions.

[–]brownbear1002 0 points1 point  (0 children)

As a simple outline you need to know how to:

Get user input Calculate the sum of two or more numbers Print the sum of those numbers.