2017-01-30 29 views

回答

2

簡單的一行代碼。

from datetime import datetime 

print ('5' in (str(datetime.now().strftime("%d/%m/%y")))) 
相關問題