How to use f string in python to print out an key value pair code example
Example: str.format python 3
print("Sammy the {pr} {1} a {0}.".format("shark", "made", pr = "pull request"))
print("Sammy the {pr} {1} a {0}.".format("shark", "made", pr = "pull request"))