Variable - String
#Example 1
a = 'Alia'
print (a)
#Output should get Alia#Example 2
Name = "John Travolta"
print (Name)
#Output should get John TravoltaLast updated
#Example 1
a = 'Alia'
print (a)
#Output should get Alia#Example 2
Name = "John Travolta"
print (Name)
#Output should get John TravoltaLast updated