Hello World!
#A small greeting from Python. :-)
greeting = "Hello World"
name = "I'm Jack!"
description = "This is my first Blog post ever!"
print(greeting+"\n"+name+"\n"+description)
'Byte-Sized Blogging with Jack.
This is my blog.
There are many like it, but...
jdbyteblog.hashnode.dev2 min read