String Slice : String Slice : String PYTHON examples


PYTHON examples » String » String Slice »

 

String Slice


String Slice


begin 2
end   5
word="a long word"

print "word[", begin, ":", end, "]tt",
print word[begin:end]

           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo String
» String Slice