data = open("floats.txt","r") # calling floats.txt from outer folder in exiting python files dataString = data.read() # reading the float.txt fil