Allow for some arguments (maybe only for builtin functions) to be given as keyword arguments, such as `print("..", end="\n\n")`
Allow for some arguments (maybe only for builtin functions) to be given as keyword arguments, such as
print("..", end="\n\n")