import numpy as np
from termcolor import colored
vir_iris_data = np.genfromtxt('irisfile1.csv', delimiter=',')
print(vir_iris_data)
