mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
7 lines
160 B
Python
7 lines
160 B
Python
from datetime import (timedelta as name, # bcc
|
|
time as bbb) # cbc
|
|
from datetime import (datetime as ccc) # abc
|
|
|
|
|
|
print(name, bbb, ccc)
|