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!
 
        
             
        
        
        
Answer:
ummmm try the inequality protragathron theorum 
Explanation:
ok
 
        
             
        
        
        
This is true because some people may be going through rough times and when they aren't they probably won't feel the same way as they do when they go through tough times.
 
        
             
        
        
        
Answer:
Option B and C are the correct answer for the above question 
Explanation:
The above question asked about the work of the programmer to catch an error of the program--
-  Then the option B states that the programmer needs to prints the value of the various program variable on every line of the program which is the correct solution because it is used to find the error easily. It defines the value of every variable in every place of the program and the programmer caught the error statement in the program if anywhere the variable gets the false value.
- The C option states to help from a friend, it is also a good solution because the friend can easily be caught the error of the program by seeing every line of code.
- But the other option is not correct because the option A states that the change the name of the variable which is not a result of anything.
- And the option D states that the code will be retyped again which is also not justify anything.