method_a.py 97 B

12345
  1. import pandas as pd
  2. import numpy as np
  3. def method_a():
  4. print("method_a print hello world!")