Find the Square root of a given number. P.Dhanushraj | Coding is Easy Get link Facebook X Pinterest Email Other Apps Find the Square root of a given number. num = int(input("Enter a number: ")) num_sqrt = num ** 0.5 print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))mbers is: ",sum) Comments
Comments
Post a Comment