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 11#!/usr/bin/python3
22""" 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"""
77
88about = "LinuxUsersLinuxMint-Calculator-Lite 2.3"
99lang = input ("Language: " )
Original file line number Diff line number Diff line change 33# Open/Close
44
55ON = "ON"
6- OFF = "ON "
6+ OFF = "OFF "
77
88# Lang
99
Original file line number Diff line number Diff line change 1- # LinuxUsersLinuxMint-Calcutator -Lite
1+ # LinuxUsersLinuxMint-Calculator -Lite
22
33TR:
44
Original file line number Diff line number Diff line change 11#!/usr/bin/python3
22""" 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"""
77
88from Lang .lang import *
99from Lib .Basic_Maths .Basic_Maths import *
You can’t perform that action at this time.
0 commit comments