Skip to content

Commit ab368e6

Browse files
Initial commit
1 parent c3afe69 commit ab368e6

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

EN/calc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver , licence")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
4141
print("linuxuserslinuxmint.github.io")
4242
if command=="ver":
43-
print("Version: 0.1.5 (Last Updated September 5 , 2023 , 21:59)")
43+
print("Version: 0.1.5.2 (Last Updated September 6 , 2023 , 18:10)")
44+
if command=="licence":
45+
print("This Software is protected under the GPL2 license")

INSTALL/EN/calc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ if command=="exit":
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver , licence")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
4141
print("linuxuserslinuxmint.github.io")
4242
if command=="ver":
43-
print("Version: 0.1.5 (Last Updated September 5 , 2023 , 21:59)")
43+
print("Version: 0.1.5.2 (Last Updated September 6 , 2023 , 18:10)")
44+
if command=="licence":
45+
print("This Software is protected under the GPL2 license")

INSTALL/TR/calc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ if command=="exit":
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver , licence")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
4141
print("linuxuserslinuxmint.github.io")
4242
if command=="ver":
43-
print("Sürüm: 0.1.5 (Son Güncellenme Tarihi 5 Eylül , 2023 , 21:59)")
43+
print("Sürüm: 0.1.5.2 (Son Güncellenme Tarihi 6 Eylül , 2023 , 18:10)")
44+
if command=="licence":
45+
print("This Software is protected under the GPL2 license")

TR/calc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver , licence")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
4141
print("linuxuserslinuxmint.github.io")
4242
if command=="ver":
43-
print("Sürüm: 0.1.5 (Son Güncellenme Tarihi 5 Eylül , 2023 , 21:59)")
43+
print("Sürüm: 0.1.5.2 (Son Güncellenme Tarihi 6 Eylül , 2023 , 18:10)")
44+
if command=="licence":
45+
print("This Software is protected under the GPL2 license")

0 commit comments

Comments
 (0)