Python Test 1Version en ligne Python Test par 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 Ask for the first number Ask for the second number Compare the two numbers Print the larger number 4 Print whether the number is Even or Odd Ask for a number Check if the number can be divided by 2 Print “Even” or “Odd”