mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-10-30 16:30:16 +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 |