Login
Remember
Register
Ask a Question
What is the output of the following code?
0
votes
asked
May 17, 2019
in
Python
by
Derya
What is the output of the following code?
for x in (2,20,200)
print (x)"
1)error
2)2 20 200
3)220200
4)"2 20 200"
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...