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>
To make text bold, select and highlight the text first. Then hold down Ctrl (the control key) on the keyboard and press B on the keyboard. To make text italic, select and highlight the text first. Then hold down Ctrl (the control key) on the keyboard and then press the I on the keyboard
Answer:
Authoritative server.
Explanation:
DNS is an application layer protocol of the OSI and the TCP/IP suite network model. It is called the domain name server, as it helps client host to lookup or resolve domain name to IP addresses. An example of a DNS server is the authoritative server.
The authoritative server is a zone-less server that fields DNS queries and sends iterative queries to other DNS servers and stores the result.