0

What does EFO error maan and how do you correct it

9th Sep 2017, 10:06 AM
isaac
isaac - avatar
2 Answers
0
If you meant EOF, it is End Of File exception, it means that you tried to read the end of a file It can be avoided by using a try - except statement
9th Sep 2017, 10:36 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
0
You probably forgot to close a parenthesis..
9th Sep 2017, 1:27 PM
LayB
LayB - avatar