News
Number = input("Enter any two digit number here\n") #This will take inout from the user Var_1 = int(Number[0]) #1st digit from the number Var_2 = int(Number[1]) #2nd ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results