Skip to content

Commit 411fb7a

Browse files
authored
Update sysinfo.py
1 parent 29eb575 commit 411fb7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/rhel-fedora-cent/sysinfo.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
#Create timer to get execution time
1313
start = time.time()
1414

15-
#If not already installed, install figlet
15+
#Display Python version
16+
print("Python version: %s" %(platform.python_version()))
17+
18+
#If not already installed, install figlet for program
1619
figlet_install = input("Do you have figlet installed on your linux terminal (Y/N)? ")
1720

1821
if figlet_install.upper() == "Y":

0 commit comments

Comments
 (0)