|
@@ -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)? ")
|
|
|
|