Answer:
if speed1 > 70 or speed2 > 70:
print("fast cars")
else:
print("ok")
Explanation:
This is some very simple logic that will satisfy the requirements, we need to compare each speed against our speed limit (70) and if either (or) have exceeded it (>) then we need to output (print) "fast cars", otherwise we output "ok".
Answer:
D) All of the above
Explanation:
All of these options are true.
Hope it helps and is correct!
Answer: a. the number is: 14
Explanation:
i mean just try to write in 7 instead of x in the second line
then it would say the number is: ....
what is 7 times 2?
14
so the answer is a