print("My name is {first} {last}".format(first="John")) # [missing-format-argument-key]