Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Why doesn't this work?
Post: RE: Why doesn't this work?

There you go.
Saladrang General Coding Help 5 3,751 Apr-16-2018, 02:01 PM
    Thread: Why doesn't this work?
Post: Why doesn't this work?

import time file = open("login.txt","r") TrueUsername = file.readline(1) TruePassword = file.readline(2) print("Log in") time.sleep(0.5) Username1 = input("Username:") Password1 = input("Password:") ...
Saladrang General Coding Help 5 3,751 Apr-16-2018, 01:53 PM

User Panel Messages

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