import numpy as np
from time import sleep

a = 123
b = 431
c = a*b




