Q.No.:26
Find the output of the following snippet.
x= 10
print(x)
y=20
NY
print'x
Answers
Answered by
0
Answer:
your code is not correct
Explanation:
if the statement is X=y
then output of code will be 10
Answered by
0
Answer:
your code is not incorrect
Explanation:
if the statement is x=y
then output of the code will be 10
Similar questions