Last active
September 24, 2025 13:46
-
-
Save BlazerYoo/a71493c66601e248adbdb86fcc8a619a to your computer and use it in GitHub Desktop.
sml312 import demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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