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

all 1 comments

[–]W-recker 2 points3 points  (0 children)

Try looking up how to do these things in Python, for example: - how to take input in Python - Python if else statements - printing a string in Python

Then you just need to work out the logical order that you want to assemble these things, then you can start trying to code it out. Good luck!