"Enter the 1st number for addition: 10\n", "Enter the 2nd number for addition: 20\n" "source": [ "a=int(input(\"Enter the 1st number for addition: \"))\n", "b=int ...