I am trying to create a game for fun in python. I want to be able to make something that looks like this if n=10.
--------------------------------------------------
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
--------------------------------------------------
with the dotted lines above and below. I keep getting an error message and cannot get it to work. It seems like an easy enough piece of code and I was wondering if I could get some help.
This is my first time posting on this website so all help would be encouraged. Thank you!
1 Answer