Here will lie possible future posts about what I am currently working on.
Hopefully, with code examples!

def print_hi(name: str) -> None:
  print (f"Hi, {name}")

print_hi('Tom')
#=> prints 'Hi, Tom'.

Updated: