from random import randint number1 = input (str("Enter two number to know it sum\n")) number2 = input (str("\n")) print( int(number1) + int(number2)) randint (2,16) first_input = input(str("What is 8 time 2")) second_input = input (str("")) print(int (first_input) * int(second_input))