0
Need some pytho help
X = "banana" i want print 2nd letter and 4th letter in oder .how is it do ?
24th Oct 2019, 5:06 PM
Chanaka
3 Respostas
+ 5
print(X[1], X[3])
24th Oct 2019, 5:21 PM
Russ
Tens frequentemente perguntas como esta?
Aprende de forma mais eficiente, gratuitamente:
Popular hoje
How do we code calculator
2 Votes
I need help
1 Votes
My hearts are disappering :(
0 Votes
Pressure and tension
2 Votes
Where is code bit
0 Votes



