tday=datetime.date.today()
bday=datetime.date(2017,9,18)
t_day=bday-tday
a) print(t_day.seconds)
b) print(t_day.months)
c) print(t_day.max)
d) print(t_day.resolution)
Which of the following will throw an error if used after the following Python code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following will throw an error if used after the following Python code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!