3 lines
92 B
Python
3 lines
92 B
Python
def main():
|
|
from datetime import datetime
|
|
print(datetime.now().strftime('%H:%M:%S')) |