#print('The {} jumped on the {}'.format(animal,item)) # empty braces displays in order #print('The {} jumped on the {}'.format('cat','table')) # without defined ...
#str.format = is optional menthod that gives users more control when displaying output #animal = "cow" #item = "moon" #print("The "+animal+" "+"jumped over the "+item ...