Last active
September 6, 2021 13:29
-
-
Save moqdm/e89de02fe480cf63eb960455d8a5fa76 to your computer and use it in GitHub Desktop.
it's my PSet 6: Sentimental / Hello solution... *Please just take a look if you couldn't solve it ... Thank you π #cs50
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
# Asking name | |
name = input("What's your name? ") | |
# Say Hello | |
print(f"Hello, {name}!") | |
print("I'm Moqi. Nice to meet you.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment