From 8196f54e4d9f5bf0db5a922aebe6eeb3bad4e089 Mon Sep 17 00:00:00 2001 From: Junaid Chandio Date: Mon, 20 Jul 2026 12:29:31 +0500 Subject: [PATCH] Implement square root calculation ... Ads a conditional statement to calculate the square root of 25. I'm Coder Junaid Khan Chandio From larkana --- .github/workflows/python-package-conda.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/python-package-conda.yml diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml new file mode 100644 index 0000000..fb53d01 --- /dev/null +++ b/.github/workflows/python-package-conda.yml @@ -0,0 +1,12 @@ +#important math + +if: + print(input(math.sqrt(25))) + +else: +output= 5.0 + + + + +