12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| print "Hello World!"
 | |
| print "Hello Again"
 | |
| print "I like typing this."
 | |
| print "This is fun"
 | |
| print "Yo yo yo"
 | |
| print "Printing along with the instructions"
 | |
| print "But I rebelled slightly."
 | |
| print "I did more than he said and different starting with yo."
 | |
| print ""
 | |
| print "Yo!"
 | |
| print #"hi"
 |