Pyton-1

Aus MeWi

001

from datetime import datetime
now = datetime.now()
print ('test')
print (now)

Timestamp ausgeben