Hello world
April 12, 2021•33 words
Standard Notes & Listed as a blog
This is my first post using Listed.to and Standard Notes.
Let's see how it works!
def hello():
print("Hello World")
if __name__ == '__main__':
hello()
April 12, 2021•33 words
This is my first post using Listed.to and Standard Notes.
Let's see how it works!
def hello():
print("Hello World")
if __name__ == '__main__':
hello()