Initial commit

This commit is contained in:
Tim_Doernemann 2026-05-28 17:44:11 +02:00
parent d4028fca11
commit a578239c4f
32 changed files with 2559 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# Print current date
import datetime
# You can libraries baked into your own Docker image here!
# import awesome_lib
print("Hello from basic_python_script.py")
print(f"The current date is {datetime.datetime.now()}")