Answer:
a. select show all comments on the review tab
Explanation:
Please mark me brainliest if correct
I know you're going to delete my answer... But I have an essay which needs to be completed online and I need to ask a urgent question!
If you have a better reason WHY you need me to answer the RIGHT answer...Please reply
the answer would be spreadsheet
Answer:
The expression on line 9 required 2 brackets
Explanation:
Given
The attached code
Required
Why syntax error.
The error points to line 10, but the error is actually from line 9
To get an integer input, the syntax is:
variable-name = int(input("Prompt"))
From the attached code, the line 9 is:
amount = int(input("Enter cheese order weight: ")
By comparing the syntax to the actual code on line 9, only 1 of the brackets is closed.
<em>This, in Python 3 is a sytax error</em>