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