Answer:
D. An exergame
Explanation:
It is because the exercise game is the suitable game to staying fit. For example wii video game able to give the similar experience to outdoor activities such as playing tennis, kick boxing etc.
3. A, (first choice)
4. C (Third choice from top)
Answer:
To change ur grade make sure to do it on the website first by right clicking your mouse and clicking inspect element and once done changing x out and it will save
Explanation:
Search engines, such as Google and DuckDuckGo, <span>are the most popular method used by visitors to find web sites.</span>
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>