+ 1

what is the output of the question of python?

x=eval("0038") print(x)

25th Sep 2020, 1:13 PM
Parmar Aniruddhsinh P.
2 Answers
+ 2
Leading 0 means number is in octal form and in octal form using number 8 (>7) is invalid... So error...
25th Sep 2020, 1:38 PM
Jayakrishna 🇼🇳
+ 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
25th Sep 2020, 1:14 PM
Abhay
Abhay - avatar