Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
06d7cc86937caca0acf2b990a02a641dc9c7579a
/
.
/
test
/
command_source
/
my.py
blob: 86ce5026163d3f59a4665c68709d5430a6e925ef [
file
] [
log
] [
blame
]
def
date
():
import
datetime
today
=
datetime
.
date
.
today
()
print
today