Skip to content

Commit 71da8a9

Browse files
Add files via upload
1 parent 14bafd7 commit 71da8a9

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,8 +34,10 @@
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit , git-address , web-site")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
41-
print("linuxuserslinuxmint.github.io")
41+
print("linuxuserslinuxmint.github.io")
42+
if command=="ver":
43+
print("Version: 0.1.2 (Last Updated September 4 , 2023 , 22:21)")

INSTALL/EN/calc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ 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")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
41-
print("linuxuserslinuxmint.github.io")
41+
print("linuxuserslinuxmint.github.io")
42+
if command=="ver":
43+
print("Version: 0.1.2 (Last Updated September 4 , 2023 , 22:21)")

INSTALL/TR/calc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ 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")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
41-
print("linuxuserslinuxmint.github.io")
41+
print("linuxuserslinuxmint.github.io")
42+
if command=="ver":
43+
print("Sürüm: 0.1.2 (Son Güncellenme Tarihi 4 Eylül , 2023 , 22:21)")

TR/calc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
exit()
3535
if command=="help":
3636
print("Python calc Help")
37-
print("\n Command: calc , about , help , exit , git-address , web-site")
37+
print("\n Command: calc , about , help , exit , git-address , web-site , ver")
3838
if command=="git-address":
3939
print("Github Link: https://github.com/LinuxUsersLinuxMint")
4040
if command=="web-site":
41-
print("linuxuserslinuxmint.github.io")
41+
print("linuxuserslinuxmint.github.io")
42+
if command=="ver":
43+
print("Sürüm: 0.1.2 (Son Güncellenme Tarihi 4 Eylül , 2023 , 22:21)")

0 commit comments

Comments
 (0)