Browse Source

Update sysinfo.py

Coder 4 years ago
parent
commit
1e28c101dd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/ubuntu-debian-mint/sysinfo.py

+ 3 - 0
src/ubuntu-debian-mint/sysinfo.py

@@ -12,6 +12,9 @@ import time
 #Create timer to get execution time
 start = time.time()
 
+#Display Python version
+print("Python version: %s" %(platform.python_version()))
+
 #If not already installed, install figlet
 figlet_install = input("Do you have figlet installed on your linux terminal (Y/N)? ")