5 lines
118 B
Text
5 lines
118 B
Text
dog = "Benjamin"
|
|
Dog = "Samba"
|
|
DOG = "Bernie"
|
|
|
|
print "There are three dogs named " + dog + ", " + Dog + " and " + DOG
|