I hereby claim:
- I am djowinz on github.
- I am djowinz (https://keybase.io/djowinz) on keybase.
- I have a public key ASASdYLMIiyjzjMnNzBdiFpLivM4xpFizmISU-zH3-Tcggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| from datetime import datetime | |
| currentYear = datetime.now().year | |
| userName = str(input("Enter your name: ")) | |
| userAge = int(input("Enter your age: ")) | |
| print("It is currently the year " + str(currentYear)) | |
| print("Your name is " + userName) | |
| print("and you are " + str(userAge) + "years old.") |
| def suggest(product_idea): | |
| return product_idea + "intaor" | |
| try: | |
| product_idea = str(input("What is your product idea? ")) | |
| if len(product_idea) <= 3: | |
| raise ValueError("Your product idea must be more than three characters in length!") | |
| else: | |
| print("Your product idea is: {}".format(product_idea + "inator")) | |
| except ValueError as err: |
| { | |
| // This information is used to validate the custom account, needed on creation | |
| 'legal_entity.address.city': 'CA', | |
| 'legal_entity.address.line1': '56 Bridgeport Street', | |
| 'legal_entity.address.line2': '', | |
| 'legal_entity.address.postal_code': '92629', | |
| 'legal_entity.address.state': 'California', | |
| 'legal_entity.dob.day': 26, | |
| 'legal_entity.dob.month': 8, | |
| 'legal_entity.dob.year': 1992, |