a="enter a number of your choice."
b="enter another number of your choice."
c,d=int(a,b)
print("numbers are:-")
print c,d
refer to any queries on python tutorial
b="enter another number of your choice."
c,d=int(a,b)
print("numbers are:-")
print c,d
refer to any queries on python tutorial