error
Title
Question
when i type -- primes = loadtxt("C:\Users\ravi\Downloads\primes.txt") there is unicode error
if i type --primes = loadtxt ("primes.txt")
error is --<span style="background-color: rgb(250, 250, 250);">SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape</span>
error- is primes.txt not found i am use window 8.1 pro plz suggest me command and all video command for window
Python-3.4.3 Loading-Data-From-Files 02-03 min 0-10 sec
Answers:
Seems like the file is not present in the mentioned directory. Copy the file in the current working directory and try again. To check the current working directory type %pwd inside the ipython terminal.
Login to add comment