Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (1)
Add new file
· b6fd708a
Sai Mounika
authored
Jun 03, 2018
b6fd708a
Hide whitespace changes
Inline
Side-by-side
reverse_first_and_last_name.py
0 → 100644
View file @
b6fd708a
a
=
[
'
abc
'
,
'
def
'
]
b
=
a
[
1
]
+
a
[
0
]
b
#output:defabc
\ No newline at end of file