Page 1 of 1

What will be the output of the following Python functions?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
x=3
eval('x^2')
a) Error
b) 1
c) 9
d) 6