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