4 lines
		
	
	
	
		
			77 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			77 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from greetings import hello
 | |
| 
 | |
| if __name__ == '__main__':
 | |
|     hello('PyConFr')
 |