0 votes
in Python by
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"

Related questions

0 votes
asked Jun 13, 2019 in Python by Derya
0 votes
asked Jun 13, 2019 in Python by Derya
...