import mymodule as m x = m.gtime() print(x.year) print(type(x)) print(x.strftime("%A")) y = m.mdate(2022, 11, 30) print(y)