Hello world!
March 30, 2023
Uncategorized
This is my first post edit. Added some code to see how it goes:
def hello_world():
print("hello world")
hello_world() # hello world
Related Posts