Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need help with "unexpected expression syntax error"
Post: RE: Need help with "unexpected expression syntax e...

(Sep-29-2019, 05:28 AM)buran Wrote: you have missing closing bracket on line 15 Thanks!!! That's so obvious, can't believe I spent so long trying to find a fix!
PyCoder General Coding Help 2 7,919 Sep-29-2019, 05:42 AM
    Thread: Need help with "unexpected expression syntax error"
Post: Need help with "unexpected expression syntax error...

Hi everyone! I'm new to python and was hoping to get some help with the code below. I've worked out that the error pops up whenever I try to finish the second 'if, else' statement. I am not sure how t...
PyCoder General Coding Help 2 7,919 Sep-29-2019, 05:27 AM
    Thread: Please help with code below!
Post: RE: Please help with code below!

(Jan-21-2018, 06:14 AM)Mekire Wrote: You should not be looping using recursion for a problem like this. It isn't what recursion is for. Rewrite your program to loop with a while loop and I think you...
PyCoder General Coding Help 3 2,536 Jan-23-2018, 12:07 AM
    Thread: Please help with code below!
Post: RE: Please help with code below!

Yeah I know, that's all the code in the right format.
PyCoder General Coding Help 3 2,536 Jan-21-2018, 05:19 AM
    Thread: Please help with code below!
Post: Please help with code below!

from time import sleep print("Welcome to my first game") char_name = "" def choosingname(name): name = input("What is your charactar's name?: ") print(name) YorN() def YorN(): correcto...
PyCoder General Coding Help 3 2,536 Jan-21-2018, 01:47 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020