My console is acting all weird, and I cannot tell if it is only me seeing this.
https://repl.it/@NoelBryan1/PyLife
Basically, whenever I try to play the game, it prints: “b a bank, e to age up, type ro”
It’s supposed to print: “Type just e to age up, type rob to rob a bank.
It was working perfectly fine yesterday, and there’s nothing wrong with the print statement so I can’t tell if it’s just repl.it being glitchy or me messing up.
The print statement is on line 79.
That’s what it looks like. Could somebody tell me if it’s just my project glitching? This happens whenever I try to play it. I’ve tried refreshing, even totally restarting my computer. Nothing seems to fix it.
EliasEspinoza1
for me when i do the good ol print("Hello world!") it just spams like 40 lines of gibberish b4 finally printing it. HELP PLS
@NoelBryan Have you tried making the console larger or opening the console in another page? And if so does it look the same or does it exhibit a difference glitch?
@Kai_Justice That worked! I just thought it was odd because it didn’t do that before. Thanks!
@NoelBryan It happened to me as well when I tested out your program so it may be a bug, be sure to report it if it happens again.
@Kai_Justice I'm having the same problem on my repl here: https://repl.it/@Andrew1644563/Homework-3-Python#main.py
It isn't supposed to be that way.