<span>If it's an multiple answer question it's....
</span><span>B.) Blank the screen with black screen (or return to the slide if you are currently blank).</span>
<span>The encapsulation unit on the presentation layer of the OSI model is the Data link layer (2).</span>
Answer:
The correct answer is: Option d: Put Quotation marks around the string.
Explanation:
The names of things or places or cars are usually in the form of words or sentences. The words or sentences are stored in string datatype.
Quotation marks are used to deal with strings in programming languages.
Hence,
The correct answer is: Option d: Put Quotation marks around the string.
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>
I'm going have to go with with 1.b and 2.d hope this helps and I don't need help right now.