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>
Answer:
Information technology can be used to promote opportunities for knowledge dissemination.
Explanation:
It can help the teachers and students have up-to-date information and knowledge. The accurate and right information is necessary for effective teaching and learning; and information technology
Answer:
Following are the required components of a database function :-
- Software
- Data
- Hardware
- Procedures
- Data Manager
- Database Access language
- Query processor
hope it helps!
Answer:
The answer is below
Explanation:
There are cases where the use of a NULL value would be appropriate in a computer programming situation. These cases can be summarily described below:
The first case is in a situation where the value of the attribute of a certain element is known to exist, but the value can not be found
The second case is in a situation where the value of the attribute of a certain element is not known whether it exists or not.