0
>>> M1
['month:12;year:2006', 'month:7;year:2010']
>>> M2
['month:5;year:2006', 'month:3;year:2010']
>>> M3
['year:2006'; 'month:4;year:2010']
我有3個列表項M1, M2, M3
計算時間段使用python
M1[0] is the Start date
M2[0] is the End date
是有可能的名單這樣轉換並執行計算
M1 = 12/2006, 7/2010
M2 = 5/2006, 3/2010
M3 = 0/2006, 4/2010
我要的是計算它們之間的差異就像
M1Diff = 43 months
M2Diff = 52 months
M3Diff = 51 months
這當然是可以的。你嘗試了什麼? –
月可以是0?我的意思是第0個月是什麼? –
@AhsanulHaque,這可能是有道理的,0 - 1月11日 - 12月。但是,他已經有12個,這很奇怪:P –