You answeredJUST NOW
Python
STDIN
here is a list
Expected STDOUT
here
is
a
list
is
a
list
Your STDOUT
here
is
a
list
is
a
list
STDIN
1 11 111 1111 11111
Expected STDOUT
1
11
111
1111
11111
11
111
1111
11111
Your STDOUT
1
11
111
1111
11111
11
111
1111
11111
STDIN
a b c d e f g
Expected STDOUT
a
b
c
d
e
f
g
b
c
d
e
f
g
Your STDOUT
a
b
c
d
e
f
g
b
c
d
e
f
g
STDIN
Expected STDOUT
Your STDOUT
Instructor solution
Control Flow in Python Presentation (page 10)
By Alec Kretch (Aug 26, 2022)
You may exit out of this review and return later without penalty.