saving . . . saved error has been deleted. error has been hidden .
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 22-11-21, 10:20 a.m. anshu99

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.
01-02-22, 6:11 p.m. aditya94palaparthy@gmail.com


Log-in to answer to this question.