Hello and thanks for taking the time to help me. I am writing a program that prints a dagger-like design to the screen but I keep getting the above error for my program in lines 30 and 34:
After searching through other sites on this problem, it seems a syntax error. I've read the tutorial but it must be something so obvious it's not jumping out at me :P
(yes, I'm quite aware my program is probably wrong for what I want it to do, but I would like to figure that part out for myself, I just learn better that way.)
You may need to enclose you character with ' '. like
'*'. For charatcers, its's just single quotes like: ' <-- that. not: " <-that.
You probably already know that though.