method_b.py 97 B

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