Version 1.0
This commit is contained in:
3
defaults/hello_world.py
Normal file
3
defaults/hello_world.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import datetime
|
||||
print("Hello world")
|
||||
print(f"the current date & time is: {datetime.datetime.now()}")
|
||||
Reference in New Issue
Block a user