#print('The {} jumped on the {}'.format(animal,item)) # empty braces displays in order #print('The {} jumped on the {}'.format('cat','table')) # without defined ...