Several questions regarding when function inputs are necessary. Ex.
run(): print(x) if __name__ == "__main__": x = 5 run()