codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/peEMj5jq
[
raw code
|
output
|
fork
]
Python
,
pasted on Mar 15:
1
2
3
received
=
[
'jeje'
,
'jojo'
]
for
x
in
received
:
print
(
x
)
Output:
1
2
jeje jojo
Create a new paste based on this one
Comments: