1. الرئيسية
  2. /
  3. المدوّنة
  4. /
  5. Python Program to Find the Square Root
بايثون

Python Program to Find the Square Root

September 27, 2022 1 دقيقة قراءة 2,235
Python Program to Find the Square Root
#  take the input from the user #num = float(input('Enter a number: '))  num_sqrt = num ** 0.5 print(num_sqrt)
شارك المقال:
اقرأ أيضاً

مقالات ذات صلة