mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-11-04 10:40:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			86 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			86 B
		
	
	
	
		
			Python
		
	
	
	
	
	
for i in range(10000000):
 | 
						|
    x = i + 1
 | 
						|
    y = x * 2
 | 
						|
    z = y - 5
 | 
						|
    a = x * y // z |