题解 | #计算日期到天数转换#

计算日期到天数转换

http://www.nowcoder.com/practice/769d45d455fe40b385ba32f97e7bcded

import datetime
my_map = map(int, input().split(' '))
# You can also use *args and **kwargs to pass in 
# parameters from lists (or any iterable) and dicts (or any mapping)
ot=datetime.datetime(*my_map)
# strftime("%j"):Day of the year as a zero-padded decimal number.
ot=ot.strftime("%j").lstrip("0")

print(ot)
全部评论

相关推荐

头像
11-09 12:17
清华大学 C++
out11Man:小丑罢了,不用理会
点赞 评论 收藏
分享
伟大的烤冷面被普调:暨大✌🏻就是强
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务