Functions https://makecode.calliope.cc/python/functions
Functions are the fundamental building block of programs. Here is the simplest way to make a function that adds two numbers:
(firstName, lastName = None): if lastName: return firstName + " " + lastName else