mirror of
				https://github.com/KevinMidboe/knowit_julekalender-2017.git
				synced 2025-10-29 17:50:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			108 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			108 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/env python3.6
 | |
| 
 | |
| from luke_04.not_pal_but_an import main
 | |
| 
 | |
| def test_answer():
 | |
| 	assert main() == 111
 |