from datetime import date  
a = date(2001,2,18)  
b = date(2001,2,28)  
print(b-a)

 

相关文章:

  • 2022-12-23
  • 2022-01-30
  • 2021-12-03
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-08-13
相关资源
相似解决方案