import os import math import numpy as np def main(): print("Hello, this is Patrick") if __name__ == "__main__": main()