DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
what is the tracing output of the code below x=10 y=50 if(x**2> 100 and y <100): print(x,y)
x = 10 y = 50 if (x ** 2 > 100 and y < 100): print(x, y)
Source by pynative.com #
PREVIOUS
NEXT
Tagged:
#tracing
#output
#code
ADD COMMENT
Topic
COMMENT
Name
9+8 =
Submit