+ 1
String Slicing - Guess the output!
What is the output? user= 'ramukaka' password=user[4::]+user[2::-1]+'u' print password
2 Respuestas
+ 2
It works though for me, for < v2.7
0
kakamaru
What is the output? user= 'ramukaka' password=user[4::]+user[2::-1]+'u' print password