1 Answer
New Answerhi Rishabh, that is very simple. computing of antilog: y = 10 ** x where x = number that should be calculated where y = result of calculation = antilog code: # calculate antilog num = float(input('Enter number to calculate:')) print('Result is: ', 10 ** num)
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message