format options for strings python 3 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"))