Pyton-1
Heading 1
Content under heading 1.
Heading 2
Content under heading 2.
Heading 3
Content under heading 3.
001
Timestamp ausgeben
from datetime import datetime now = datetime.now() print ('test') print (now)
002
Timestamp ausgeben
from datetime import datetime now = datetime.now() print ('test') print (now)