Replace the slice with a sequence whose length is different from that of the original : Assignment : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Assignment »

 

Replace the slice with a sequence whose length is different from that of the original


name = list('Perl')
name[1:= list('ython')
print name



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Assignment