|
- How can I fix the error DOM text is reinterpreted as HTML without . . .
You'll need to complete a few actions and gain 15 reputation points before being able to upvote Upvoting indicates when questions and answers are useful What's reputation and how do I get it? Instead, you can save this post to reference later
- Error (unicode error) unicodeescape codec cant decode bytes in . . .
The first backslash in your string is being interpreted as a special character In fact, because it's followed by a "U", it's being interpreted as the start of a Unicode code point To fix this, you need to escape the backslashes in the string The direct way to do this is by doubling the backslashes: data = open("C:\\Users\\miche\\Documents\\school\\jaar2\\MIK\\2 6\\vektis_agb_zorgverlener
|
|
|