Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Simple Read File Issue
Post: RE: Simple Read File Issue

I just fixed it :D. The problem was with the software and not the actual code. I do not know why?? But after installing Submlime Text everything worked perfectly fine, i used PyCharm before. So weird...
blackjesus24 General Coding Help 4 2,741 Feb-09-2020, 12:07 AM
    Thread: Simple Read File Issue
Post: RE: Simple Read File Issue

It's not... Dammit i guess it's a unique problem only on my computer, i have tried with 3 diffrent text files, still same result.. Also i have tried to "r+" and "w" still..
blackjesus24 General Coding Help 4 2,741 Feb-08-2020, 11:42 PM
    Thread: Simple Read File Issue
Post: Simple Read File Issue

Hi, So basically i'm trying to read something from a simple text file, and i don't really get any errors but the output is blank. Any help is appreciated :-) employee_file = open("asa.txt", "r") pr...
blackjesus24 General Coding Help 4 2,741 Feb-08-2020, 07:19 PM
    Thread: HELP TabError: inconsistent use of tabs and spaces in indentation
Post: RE: HELP TabError: inconsistent use of tabs and sp...

Now that u explained it i see what u mean. I fixed my problem. Thank you for helping newcomers to python! Have a great day.
blackjesus24 General Coding Help 2 3,545 Jan-30-2020, 10:25 AM
    Thread: HELP TabError: inconsistent use of tabs and spaces in indentation
Post: HELP TabError: inconsistent use of tabs and spaces...

Hi there, i'm trying to print my code but it gives me this error: Error: File "C:\Users\jay\Desktop\asd.py", line 6 print("Checking in passenger: " + current_passenger) ...
blackjesus24 General Coding Help 2 3,545 Jan-30-2020, 09:35 AM
    Thread: HELP! unindent does not match any outer indentation level
Post: RE: HELP! unindent does not match any outer indent...

Thank you so much i've been going crazy all night trying to figure out why my code didn't work. Sorry for not posting the full traceback, i will next time. Thank u again :)
blackjesus24 General Coding Help 2 1,943 Jan-29-2020, 08:00 AM
    Thread: HELP! unindent does not match any outer indentation level
Post: HELP! unindent does not match any outer indentatio...

Hi everyone i'm trying to print my code, but it's telling me: "unindent does not match any outer indentation level" Here is my code:#Adding user input to a dictionary # Create an empty dictionary re...
blackjesus24 General Coding Help 2 1,943 Jan-29-2020, 02:47 AM
    Thread: Using a flag error
Post: Using a flag error

Hi, i'm trying to print my code, but i keep getting syntax error. prompt = "\nEnter "q" to end this program." prompt += "\nWhat is your name? " active = True while active: message = input(prompt...
blackjesus24 General Coding Help 1 1,613 Jan-28-2020, 03:01 AM
    Thread: If & Else statements not printing.
Post: RE: If & Else statements not printing.

Thank you it worked.
blackjesus24 General Coding Help 3 2,537 Jan-22-2020, 04:43 PM
    Thread: If & Else statements not printing.
Post: If & Else statements not printing.

Hi fellow developers, so i just started coding with Python. I am trying to print a " If or Else, statement " and is just not letting me print, telling me i did something wrong. Can't seem ...
blackjesus24 General Coding Help 3 2,537 Jan-22-2020, 04:30 PM

User Panel Messages

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