9 lines
		
	
	
		
			104 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			104 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								# -*- mode: snippet -*-
							 | 
						||
| 
								 | 
							
								# name: python block
							 | 
						||
| 
								 | 
							
								# key: <py
							 | 
						||
| 
								 | 
							
								# --
							 | 
						||
| 
								 | 
							
								#+NAME: $1
							 | 
						||
| 
								 | 
							
								#+BEGIN_SRC python
							 | 
						||
| 
								 | 
							
								$0
							 | 
						||
| 
								 | 
							
								#+END_SRC
							 |