my code reads:
import numpy as np
import matplotlib as mplt
data = np.genfromtxt('practice_data.txt',
dtype='float',
delimiter=' ')
time = data[:,0]
channel=data[:,1]
if anyone can help me to extract the two columns as two variables that would be amazing