Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Login System
Post: Login System

Hello, I have made myself a little log in code but i have an issue, When the account exists i get the error that the username or password is incorrect, i have looked through my code and just can not u...
Carbonix General Coding Help 4 4,384 Feb-04-2019, 08:33 AM
    Thread: Login System
Post: RE: Login System

I think i missed a bit of the code out that may have been quite important: def loginReg(): welcome = input("Do you have an acount? y/n:\n>> ") if welcome == "n": while True: ...
Carbonix General Coding Help 4 4,384 Jan-31-2019, 08:40 AM
    Thread: Login System
Post: Login System

Hello, I have made myself a little log in code but i have an issue, When the account exists i get the error that the username or password is incorrect, i have looked through my code and just can not u...
Carbonix General Coding Help 4 4,384 Jan-28-2019, 10:29 AM
    Thread: Replacing all letters in a string apart from the first letter in each word
Post: RE: Replacing all letters in a string apart from t...

Well there we have it then, im on version 3.4.1 Thank you It works now
Carbonix General Coding Help 9 4,835 Jan-17-2019, 09:14 AM
    Thread: Replacing all letters in a string apart from the first letter in each word
Post: RE: Replacing all letters in a string apart from t...

Do i have to be on a specific version of python for this to work because i literally pasted the code you put in into a new python doc and im still getting the error, do i need to import anything? def ...
Carbonix General Coding Help 9 4,835 Jan-17-2019, 09:09 AM
    Thread: Replacing all letters in a string apart from the first letter in each word
Post: RE: Replacing all letters in a string apart from t...

Okay i got that part but im on about the actual code that you gave me return ' '.join([f'{word[0]}{(len(word) - 1) * " _ "}' for word in song_name.split()])does not work, it has an invalid syntax....
Carbonix General Coding Help 9 4,835 Jan-17-2019, 08:52 AM
    Thread: Replacing all letters in a string apart from the first letter in each word
Post: RE: Replacing all letters in a string apart from t...

perfringo, I am not sure how to do that as i am sorta new to python, how would i implement that into my code? And also how would i "Read file content into data structure"? I know how to close files bu...
Carbonix General Coding Help 9 4,835 Jan-14-2019, 09:44 AM
    Thread: Replacing all letters in a string apart from the first letter in each word
Post: Replacing all letters in a string apart from the f...

Hey, I am coding a song guessing game and at the moment i have succeeded. But i have a problem. When the code starts and allows the user to guess the song, it shows the user what the full name of the ...
Carbonix General Coding Help 9 4,835 Jan-11-2019, 12:10 PM

User Panel Messages

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