+ 1
what is the output of the question of python?
x=eval("0038") print(x)
2 Answers
+ 2
Leading 0 means number is in octal form and in octal form using number 8 (>7) is invalid...
So error...
+ 1
Use code playground or any editor that can interpret the python text
For code playground => click on your profile=>code bits=>"+" sign =>choose python