When completing the Free Response answers, do not leave a sp…
When completing the Free Response answers, do not leave a space between any of the numbers or symbols (+,-,) nor parentheses. If two answers need to be listed, use a comma to separate the two answers but do not leave any spaces between numbers and commas. Be sure to follow all Honorlock Guidelines! Good Luck!
Read DetailsUsing an already created list named Letters that has the val…
Using an already created list named Letters that has the values of A, B and C, use the element subscript number to assign B+ to the 2nd element. The answer MUST use the element subscript number and cannot use append command. Then have the program output the new list. Use of meaningful and relevant variable names is part of the grade.
Read DetailsWrite Python code to test if a variable named Age is between…
Write Python code to test if a variable named Age is between 25 and 65. If so, the program outputs you receive a 10% discount. If not, the program does not output anything. Answer MUST use a Logical Operator in the test condition. Answer will be put through Python compiler to check for syntax errors when grading.
Read DetailsAn enterprising second grader throws a rock upwards with an…
An enterprising second grader throws a rock upwards with an initial velocity of 28m/s (assume that their hand was at the level of the ground when the rock was released). Assuming no air resistance, determine the following: A) The position of the rock after 3.9 seconds B) The maximum height the rock reaches in its trajectory. C) The total time it takes for the rock to reach the ground again.
Read Details