Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 75f4cf4

Browse files
committed
nothing wrong in tests
1 parent 8b3c2eb commit 75f4cf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
names = ['Esmeralda','Kiko','Ruth','Lebron','Pedro','Maria','Lou','Fernando','Cesco','Bart','Annie']
2+
3+
#Your code here:
4+
names[1]= "Steven"
5+
names[-1]= "Pepe"
6+
names[0]= names[2] + names[4]
7+
for i in range(len(names) - 1, -1 , -1):
8+
print(names[i])

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /