File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22""" Copyright© 2023-2025 LinuxUsersLinuxMint
33LinuxUsersLinuxMint Calcutator-Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44LinuxUsersLinuxMint Calcutator-Lite 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-Calcutator-Lite
6- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator-Lite"""
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"""
77
88about = "LinuxUsersLinuxMint-Calculator-Lite 2.2"
99lang = input ("Language: " )
Original file line number Diff line number Diff line change 22""" Copyright© 2023-2025 LinuxUsersLinuxMint
33Basic_Maths Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44Basic_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/Basic_Maths
6- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
5+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/Basic_Maths
6+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77
88from math import *
99
Original file line number Diff line number Diff line change 22""" Copyright© 2023-2025 LinuxUsersLinuxMint
33PyAppDevKit Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44PyAppDevKit 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/PyAppDevKit
6- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
5+ Bu Yazılımın Bir Kopyası GitHub da yayınlanmaktadır Görüntülemek için: https://github.com/LinuxUsersLinuxMint/PyAppDevKit
6+ A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/PyAppDevKit"""
77
88def time (number ):
99 while number > 0 :
Original file line number Diff line number Diff line change 22""" Copyright© 2023-2025 LinuxUsersLinuxMint
33LinuxUsersLinuxMint Calcutator-Lite Tüm Hakları GPL(Genel Kamu Lisansı) altında korunmaktadır.
44LinuxUsersLinuxMint Calcutator-Lite 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-Calcutator-Lite
6- A Copy of This Software is published on GITHUB To view: https://github.com/LinuxUsersLinuxMint/LinuxUsersLinuxMint-Calcutator-Lite"""
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"""
77
88from Lang .lang import *
99from Lib .Basic_Maths import *
You can’t perform that action at this time.
0 commit comments