mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
try:
 | 
						|
    import idle
 | 
						|
except SystemExit:
 | 
						|
    raise
 | 
						|
except:
 | 
						|
    import traceback
 | 
						|
    traceback.print_exc()
 | 
						|
    raw_input("Hit return to exit...")
 |