We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eb575 commit 411fb7aCopy full SHA for 411fb7a
src/rhel-fedora-cent/sysinfo.py
@@ -12,7 +12,10 @@
12
#Create timer to get execution time
13
start = time.time()
14
15
-#If not already installed, install figlet
+#Display Python version
16
+print("Python version: %s" %(platform.python_version()))
17
+
18
+#If not already installed, install figlet for program
19
figlet_install = input("Do you have figlet installed on your linux terminal (Y/N)? ")
20
21
if figlet_install.upper() == "Y":
0 commit comments