最後活躍 1681363384

Test

Test.py 原始檔案
1import pandas as pd
2
3def function(input1):
4df = pd.read_csv("test.csv")
5
6