My python code is not printing the output even when i press the run button

I forked the Repl and ran it, there doesn’t seem to be anything wrong…
Did you fix the problem on your own, or is it still occurring?

Hey @GRANDOSAUR!

Do you happen to be out of account storage?

There are a few common errors, (which would be very easy to pinpoint with a repl link):

  1. Defining a main function but not calling it
  2. Using a different file other than the main one
  3. Code logic error which prevents the print statements from running

Since someone else could run the repl fine:

I’m assuming it’s the weird new bug where runs don’t update when you are out of account storage OR it could be the new bug with zooming into the page.

2 Likes

I have already fixed it

:wave: Hey @GRANDOSAUR!

It’s great to hear that you’ve fixed your problem, but please provide an explanation to how you did, so that other users with the same issue can easily find the solution.

I checked whether i called the functions properly or not . Added some colons in the condition checking part . It was more of mistake on my part and not any bug .

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.