Python Program to Find the Square Root 2022-09-28 # take the input from the user #num = float(input('Enter a number: ')) num_sqrt = num ** 0.5 print(num_sqrt) Twitter WhatsApp Telegram Facebook