mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-11-04 10:40:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			65 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			65 B
		
	
	
	
		
			Python
		
	
	
	
	
	
x = 0
 | 
						|
 | 
						|
for i in range(10000000):
 | 
						|
    x += 1
 | 
						|
 | 
						|
assert x == 10000000 |