mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
5 lines
82 B
Python
5 lines
82 B
Python
def date():
|
|
import datetime
|
|
today = datetime.date.today()
|
|
print today
|