This website works better with JavaScript
Home
Explore
Help
Sign In
Marius
/
Pythron-Script-Server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d008d2028f
Branches
Tags
main
Pythron-Script-...
/
defaults
/
hello_world.py
hello_world.py
100 B
History
Raw
1
2
3
import datetime
print("Hello world")
print(f"the current date & time is: {datetime.datetime.now()}")