Add the initial script
This commit is contained in:
		
							
								
								
									
										8
									
								
								say_hello.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								say_hello.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					# Add your name to this list!
 | 
				
			||||||
 | 
					names = ["Livia", "James"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# When you run this code (python3 say_hello.py)
 | 
				
			||||||
 | 
					# It will say hello to everyone who has added their name!
 | 
				
			||||||
 | 
					for name in names:
 | 
				
			||||||
 | 
					    print("Hello", name + "!")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user