+ 1
I got a error when trying read a file
Hey guys! I'm learning code on python and trying to make a code that read a file and print it on screen. My code is that: try: numeros = open("numeros_sena.txt","r") except: print("Houve um erro") raise print (numeros) When I run it I got the message error: "<open file 'numeros_sena.txt', mode 'r' at 0x7f7cc08cf4b0>" Can some one help me to fix this?
1 Respuesta
+ 2
can you post a your code in text file so i can see it