Answer:
The answer that goes in the blank is <u>manual</u>
Explanation:
Have a good day :)
1.
first = float(input("First Entry = "))
second = float(input("Second Entry = "))
def func(num1, num2):
return max(num1, num2)
print(func(first, second))
2.
first = input("First Entry = ")
second = input("Second Entry = ")
def func(word1, word2):
return sorted([word1,word2])[0]
print(func(first, second))
I hope this helps!
<span>Routers are hardware devices or software programs that direct messages as they travel between networks. the answer is routers</span>
the first row of the table is know as the table header.