mirror of
				https://github.com/autistic-symposium/master-algorithms-py.git
				synced 2025-11-03 14:44:36 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			79 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			79 B
		
	
	
	
		
			Python
		
	
	
	
	
	
#!/usr/bin/env python
 | 
						|
 | 
						|
__author__ = "bt3"
 | 
						|
 | 
						|
 | 
						|
test = lambda x: x**2
 | 
						|
print test(3) |