File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/python3
2- "Copyright© 2023 LinuxUsersLinuxMint"
3- " Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır."
4- " Basic_Maths All Rights Reserved under the GPL(General Public License)."
5- " Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint"
6- " A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint"
2+ """ Copyright© 2023 LinuxUsersLinuxMint
3+ Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4+ Basic_Maths All Rights Reserved under the GPL(General Public License).
5+ Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
6+ A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint"" "
77
88def addition (x ,y ,ResultDialog ):
99 x = x
@@ -57,4 +57,4 @@ def SqaureRoot(x):
5757 x = x
5858 global result
5959 result = x ** (1 / 2 )
60- print ("{3} {0} ** (1/2) = {1}" . format (x ,result ,ResultDialog ))
60+ print ("{3} {0} ** (1/2) = {1}" . format (x ,result ,ResultDialog ))
You can’t perform that action at this time.
0 commit comments