Yo can someone help me with this. Thanks
![Yo can someone help me with this Thanks class=](https://us-static.z-dn.net/files/d64/8d0646de23fbb48bd86c43d9bf3c1239.jpg)
Answer:
1: The first "print" should not be capitalized.
2: Forgot to close parenthesis in "str(input())"
3: Needs 2 equal signs for "if answer == 1"
4: There shouldn't be a space between "print" and the statement "Well you look lovely!"
5: Forgot the i in "elif answer == 2"
6: "answer == 3" should not be capitalized.
7: There shouldn't be a space between the equal signs in "answer == 4"
8&9: It should be "elif" and not "else", and there isn't supposed to be a space between the equal signs in "answer == 5"
10: Forgot to close parenthesis in ("I didn't want a proper answer anyways!")