Skip to content

Instantly share code, notes, and snippets.

@BlazerYoo
Last active September 24, 2025 13:46
Show Gist options
  • Save BlazerYoo/a71493c66601e248adbdb86fcc8a619a to your computer and use it in GitHub Desktop.
Save BlazerYoo/a71493c66601e248adbdb86fcc8a619a to your computer and use it in GitHub Desktop.
sml312 import demo
"""
SML312 import demo
"""
def introduceFunctionThatIWrote(name="SML", age="312"):
print(f'Hello! My name is {name} and I am {age} years old!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment