Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: inputs and if statements
Post: RE: inputs and if statements

would that work with an if statement
Vqlk General Coding Help 3 2,029 Sep-08-2019, 01:26 PM
    Thread: inputs and if statements
Post: inputs and if statements

print("Welcome to project Apollo!") time.sleep(0.5) RegQ = True while RegQ: RegLR = input("Do you want to login or register: ") if RegLR.lower() == "register": print("Please use the re...
Vqlk General Coding Help 3 2,029 Sep-08-2019, 01:01 PM
    Thread: Python input not working
Post: RE: Python input not working

Sorry ima bit confused (new to python)
Vqlk General Coding Help 2 2,609 Sep-08-2019, 10:39 AM
    Thread: Python input not working
Post: Python input not working

print("Welcome to project Apollo!") time.sleep(0.5) RegQ = True while RegQ: RegLR = input("Do you want to login or register: ") if RegLR.lower() == "register": print("Please use the re...
Vqlk General Coding Help 2 2,609 Sep-08-2019, 09:00 AM
    Thread: Finding a specific line in a file
Post: RE: Finding a specific line in a file

Sorry for the confuion but that text was in a text file, I want to see if I can edit it from the python editor
Vqlk General Coding Help 3 2,594 Sep-07-2019, 08:08 PM
    Thread: Finding a specific line in a file
Post: Finding a specific line in a file

I have created a login app and have started work on a forgotten password module. I want to change the password in a txt file. The passwords will differ. The text file looks like: username: door first...
Vqlk General Coding Help 3 2,594 Sep-07-2019, 03:36 PM
    Thread: What shall I do with python
Post: What shall I do with python

Alright, so I have just hit my teens and love python. I love coding. I have done basic text apps using pycharm editor and just using text. I now all the basics. I just want to know what to do next. I ...
Vqlk General Coding Help 1 1,642 Aug-25-2019, 06:41 PM
    Thread: Help (Syntax error)
Post: Help (Syntax error)

This code is not working: import time guess = '' answer = '' points = 0 lives = 9 heart = u"\u2661" def correct(): points += 1 print("correct!") time.sleep(0.2) print("Lives left: " + ...
Vqlk General Coding Help 1 2,277 Apr-06-2019, 06:24 PM
    Thread: help (variables) - NameError: name 'Payment' is not defined?
Post: RE: help (variables)

It deos not work. Here is the code: #Parking Ticket machine Money = 50 import time print(''' ---------------------------- |Press Enter To Continue | | | | ...
Vqlk General Coding Help 5 3,876 Feb-27-2019, 04:50 PM
    Thread: help (variables) - NameError: name 'Payment' is not defined?
Post: RE: help (variables)

tried this but still not working help. #Parking Ticket machine Money = 50 import time print(''' ---------------------------- |Press Enter To Continue | | | | ...
Vqlk General Coding Help 5 3,876 Feb-27-2019, 04:39 PM
    Thread: help (variables) - NameError: name 'Payment' is not defined?
Post: help (variables) - NameError: name 'Payment' is no...

I am new to python but why is this code not working? #Parking Ticket machine Money = 50 import time print(''' ---------------------------- |Press Enter To Continue | | | | ...
Vqlk General Coding Help 5 3,876 Feb-27-2019, 04:27 PM

User Panel Messages

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