python importing functions from another file not working code example
Example: how to import functions from another python file
from file_name import function_name #do not include brackets or file types
from file_name import function_name #do not include brackets or file types