Skip to content

Commit 00d3e3c

Browse files
Update Basic_Maths.py
Signed-off-by: Umut <[email protected]>
1 parent 7f2e5bd commit 00d3e3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Basic_Maths.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

88
def 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))

0 commit comments

Comments
 (0)