Homepython courseconvert 145 days into month in Python convert 145 days into month in Python GOCOURSE Convert 145 days into month: Program: days = 145 months = int(days / 30.4375) print(months) Output: 4 Tags python course Newer Older