Open Mayank-1234-cmd opened 2 years ago
compile,recompile only work in python2 not python3 this:
character XX not found!
shouldn't appear but it does for certain programs- you should try doing \u00XX or \u000X as character 61 not found! > a (\u0061) character 63 not found! > c (\u0063)
\u00XX
\u000X
also in python chr(61) and chr(63) are = and ? so it could be that too
compile,recompile only work in python2 not python3 this:
shouldn't appear but it does for certain programs- you should try doing
\u00XX
or\u000X
as character 61 not found! > a (\u0061) character 63 not found! > c (\u0063)