![]() |
what is the tracing output of the code below x=10 y=50 if(x**2> 100 and y <100): print(x,y)
Source: pynative.com
what is the tracing output of the code below x=10 y=50 if(x**2> 100 and y <100): print(x,y)
|
Python |
Type: | Code Example |
Category: | Coding |
Sub Category: | Code Example |
Uploaded by: | Admin |
Views: | 7 |