الصفحة الرئيسيةpython Python Program to Find the Square Root يونيو 20, 2021 0 # take the input from the user #num = float(input('Enter a number: ')) num_sqrt = num ** 0.5 print(num_sqrt) Tags: python Facebook Twitter