hello, i am having some issues with this if statement and was wondering if anyone would help me out, heres what i want the code to do and whats not working
- ask "how many games is the pennant you are playing?", the answer will either be 10 or 20. (this part works just fine)
- put that number in the For i in range, parentheses and loop that many times (this may or may not work, i havent gotten that far yet)
- if a 10 is input, execute the first set of code, if a 20 is input, execute the second.