""" SML312 import demo """ def introduceFunctionThatIWrote(name="SML", age="312"): print(f'Hello! My name is {name} and I am {age} years old!')