generated from mwc/lab_names
	A name is a short term we use to define something while a value is the definition itself. This is used in everday life by our common langauge. In coding the name is basically the same thing being that the name is a short hand for a longer command while the value is the command that needs to be run
This commit is contained in:
		@@ -2,6 +2,6 @@
 | 
				
			|||||||
# ------------
 | 
					# ------------
 | 
				
			||||||
# By MWC contributors
 | 
					# By MWC contributors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
my_name ="Chris"
 | 
					my_name ="ChrisThe67"
 | 
				
			||||||
greeting = "Hello, " + my_name
 | 
					greeting = "Hello, " + my_name
 | 
				
			||||||
print(greeting)
 | 
					print(greeting)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user