Answer Happy
Accurate answers. Every time.
https://answerhappy.com/
What will be the output of the following Python functions?
https://answerhappy.com/viewtopic.php?t=737208
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