Answer:
range
Explanation:
range(num1, num2) returns the numbers from num1 up to but not including num2.
Example: range(1, 4) will return the numbers 1, 2, 3.
Hope this helps :)
Answer:
host-based security measures
Explanation:
Anti-virus, host-based firewall, system hardening, change control, and log management are host based.
Answer:
The answer is candyCost = int(input("How much is the candy?"))
Explanation: