Skip to content

Instantly share code, notes, and snippets.

@SmashedFrenzy16
Created July 11, 2021 13:41
Show Gist options
  • Save SmashedFrenzy16/dee29a8060a5a887425bb392a5c1e5a4 to your computer and use it in GitHub Desktop.
Save SmashedFrenzy16/dee29a8060a5a887425bb392a5c1e5a4 to your computer and use it in GitHub Desktop.
name = input("Enter your name: ")
dob = input("Enter your Date of Birth: ")
address = input("Enter your address: ")
pg = input("Enter your Personal Goals: ")
print("Name: {}".format(name))
print("Date of Birth: {}".format(dob))
print("Address: {}".format(address))
print(("Personal Goals: {}").format(pg))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment