Homework 3.6!!!

Please Let me know when does this py online interpreter starts showing err -

"
An error has occured on this page "

When I apply my line of code and run. It says that err and to refresh.
Again and again the same thing is happening.

why?:/

asked 13 Mar '12, 13:27

Estilo's gravatar image

Estilo
15151026
accept rate: 0%


3 Answers:

same problem occured with me but afterwards i realised that my loop was an infinite loop after running the program in the interpreter installed on my system

link

answered 13 Mar '12, 13:36

q4uknown's gravatar image

q4uknown
311

I don't know why it happens (unless maybe when I interrupt the page loading by clicking NEXT), but the error condition seldom affects anything I'm doing. If the page stops working, I reload it and the problem goes away. (The message also goes away.)

link

answered 13 Mar '12, 13:38

Kenneth%20I.%20Laws-1's gravatar image

Kenneth I. L...
21.5k1976178

q4uknown's answer is better, since you did mention interpreter submissions. Yes, do check for non-terminating loops.

(13 Mar '12, 13:41) Kenneth I. L... Kenneth%20I.%20Laws-1's gravatar image

actually I was not even able to figure out why it was an infinite loop so i had to come up with different way for solving the problem rather than to find bug in my initial solution

link

answered 13 Mar '12, 13:41

q4uknown's gravatar image

q4uknown
311

Your answer
Question text:

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15,249
×1,718
×683
×164

Asked: 13 Mar '12, 13:27

Seen: 168 times

Last updated: 13 Mar '12, 13:41