Python Infinite Loop
View as PDF        
            Submit solution
        
    
    
    
    
    
    
    
    
    
                    
                
        
            
        
        Points:
        
                7 (partial)        
    
    
        Time limit:
        2.0s
    
    
        Memory limit:
        64M
    
    
                        Author:
                        
                    
        
                    Problem type                
                
        
                Allowed languages
            
            
Python            
        Almost everywhere on this site, we have always held infinite loops under poor regard. This is very unfair to infinite loops because they have their use too! Here, we compensate for the prejudice against them by awarding you points for creating one. However, there is a catch. You must do it as short as possible.
Input Specification
There are no inputs.
Output Specification
There are no outputs. If you output anything, you will crash.
Scoring
Your score will be , where 
 is the length of your program in bytes, if your program works. Otherwise, it will receive a score of zero.
Comments
what is the time limit for?
my code should tle but it doesn't :/
How come I got AC but no points? Does anyone know?
Please re-read the Scoring section.
Solved, thanks!