Skip to content

Commit 1bace8e

Browse files
Minor edit.
1 parent cd976a4 commit 1bace8e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

EN/calc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
from colorama import Fore, init
44
init(autoreset=True)
55
process=int(0)
6-
"""Copyright© 2023-2024 LinuxUsersLinuxMint
6+
""" Copyright© 2023-2024 LinuxUsersLinuxMint
77
Python Calcutator Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
88
Python Calcutator All Rights Reserved under the GPL(General Public License).
9-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
10-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint """
9+
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Python-Calcutator
10+
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Python-Calcutator """
1111
print("******************************************************")
1212
print("*** Welcome to Python-Calcutator 0.3 Program ***")
1313
print("""*** Options: ***

TR/calc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
""" Copyright© 2023-2024 LinuxUsersLinuxMint
77
Python Calcutator Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
88
Python Calcutator All Rights Reserved under the GPL(General Public License).
9-
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint
10-
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint """
9+
Bu Yazılımın Bir Kopyası GİTHUB da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Python-Calcutator
10+
A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Python-Calcutator """
1111
print("******************************************************")
1212
print("*** Python-Calcutator 0.3 Programına Hoşgeldiniz ***")
1313
print("""*** Seçenekler: ***

0 commit comments

Comments
 (0)