Python Test 1Versión en línea Python Test por CODEleader 1 Say hello to the user Ask for the user’s name Print “Hello” + the name Save the name 2 Take two numbers and print the sum Ask for two numbers Add the two numbers Print the result 3 Take two numbers and print the larger number Print the larger number Ask for the first number Compare the two numbers Ask for the second number 4 Print whether the number is Even or Odd Check if the number can be divided by 2 Print “Even” or “Odd” Ask for a number