Posts by victor-kolis • 101 points
2 posts
-
0
votes2
answers145
viewsA: how to avoid EOL in python
EOL while Scanning string literal Occurs when any of the Quotes('', "", """""") is opened and not closed properly. E.g TEST THE EXAMPLES BELOW IN PYTHON PROMPT IDLE ENVIRONMENT CONTAINING THREE…
pythonanswered victor-kolis 101 -
0
votes2
answers3525
viewsA: Floating point Exception (core dumped)
A Floating point Exception (dumped core) It occurs when there is a division by zero. Which is called Zero Error Division. Because division by zero results in infinity: 3/0 == Infinity. Javascript…
canswered victor-kolis 101