Feb-18-2019, 01:23 PM
Can somebody explain why this is happening? I'm only getting this while executing this in python2.7.
See code below.
Expected output: ëeê
Current output: ëe
See code below.
1 2 |
data = "ëeêfdsf" print data[: 3 ] |
Expected output: ëeê
Current output: ëe