Issue with console in my Python learning session

Bug description: The console does not display the code submitted intermittently, and the input is not displayed once the code is executed for input.

Expected vs Current Behavior:

Steps to reproduce:

Bug appears at this link: https://replit.com/~?supportform=true

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@AnthonyDeSpenza

Hi, your link is going to replit.com/~, which is the homepage of replit. It differs for every user and it will show your repl.
It seems to be a problem of a python project(or we say repl here) instead of the replit main page problem, so please provide the link for the repl instead of the selection page. The link should be something like replit.com/@{username}/{repl name}?v=1, where the β€œ?v=1” is optional and everything in {this} need to be replaced

2 Likes

I am going to briefly resolve your question tho, before we get the repl of the problem.

I don’t think Python is supposed to print out your entire code without you adding that print statement in your code

If your input have nothing in the argument like input(), it will just act like freezes but actually waiting for your input, it will not print something like > for the input unless your input is like input("> ")
Also if something related to broken console, you can always try kill 1 in the shell

1 Like