2017-01-30 16 views

答えて

2

シンプルな1行コード。

from datetime import datetime 

print ('5' in (str(datetime.now().strftime("%d/%m/%y")))) 
関連する問題