Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: unexpected object?
Post: RE: unexpected object?

(Mar-08-2020, 02:29 PM)snippsat Wrote: Will be trouble if try to generate new file in each loop. So have the making of file object outside of the loop,then write to file in the loop. file_name = "te...
urufu General Coding Help 2 2,041 Mar-08-2020, 02:35 PM
    Thread: unexpected object?
Post: unexpected object?

name = input("Your name, plz:") file = "temp.txt" with open(file, "w") as file: file.write(name + "\n") file = "temp.txt" while True: name = input("Your name, again:") if name == "": ...
urufu General Coding Help 2 2,041 Mar-08-2020, 02:06 PM

User Panel Messages

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