llvm-project/lldb/test/API/commands/command/source/my.py

5 lines
83 B
Python

def date():
import datetime
today = datetime.date.today()
print(today)