CSE-8A / PA3 / New Text Document.txt
New Text Document.txt
Raw
if I add the "def analyze_data" function, the i loop does not run
	assigning Male and Location with its index does not work
	-Gives error "int object is not subscribable"

if a make the position of "Male" a str then it won't work bc it is 
out of range?

if I leave it as an int, then it'll give
	-error "int object is not subscribable"