File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python3
2
2
""" Copyright© 2023-2025 LinuxUsersLinuxMint
3
- LinuxUsersLinuxMint Calcutator -Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
- LinuxUsersLinuxMint Calcutator -Lite All Rights Reserved under the GPL(General Public License).
5
- Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator -Lite
6
- A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator -Lite"""
3
+ LinuxUsersLinuxMint Calculator -Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
+ LinuxUsersLinuxMint Calculator -Lite All Rights Reserved under the GPL(General Public License).
5
+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calculator -Lite
6
+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calculator -Lite"""
7
7
8
8
about = "LinuxUsersLinuxMint-Calculator-Lite 2.3"
9
9
lang = input ("Language: " )
Original file line number Diff line number Diff line change 3
3
# Open/Close
4
4
5
5
ON = "ON"
6
- OFF = "ON "
6
+ OFF = "OFF "
7
7
8
8
# Lang
9
9
Original file line number Diff line number Diff line change 1
- # LinuxUsersLinuxMint-Calcutator -Lite
1
+ # LinuxUsersLinuxMint-Calculator -Lite
2
2
3
3
TR:
4
4
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python3
2
2
""" Copyright© 2023-2025 LinuxUsersLinuxMint
3
- LinuxUsersLinuxMint Calcutator -Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
- LinuxUsersLinuxMint Calcutator -Lite All Rights Reserved under the GPL(General Public License).
5
- Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator -Lite
6
- A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator -Lite"""
3
+ LinuxUsersLinuxMint Calculator -Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
4
+ LinuxUsersLinuxMint Calculator -Lite All Rights Reserved under the GPL(General Public License).
5
+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutalor -Lite
6
+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calculator -Lite"""
7
7
8
8
from Lang .lang import *
9
9
from Lib .Basic_Maths .Basic_Maths import *
You can’t perform that action at this time.
0 commit comments