Skip to content

Instantly share code, notes, and snippets.

@moqdm
Last active September 6, 2021 13:29
Show Gist options
  • Save moqdm/e89de02fe480cf63eb960455d8a5fa76 to your computer and use it in GitHub Desktop.
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
# 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