0
How can i print few items from the list?
How do I print LION from the list below. >>> name = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
2 ответов
+ 3
name = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
print (name[11],name[8],name[14],name[13])
+ 1
And (refer to my previous remark in your other thread) don't post many time the same question: you can edit them if title, tags and/or description doesn't finaly suit to you after having posting it: it would be considerated as spam ;P
https://www.sololearn.com/Discuss/695484/?ref=app