Welcome To The World Of Hacking


Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code

Saturday

PYTHON TUTORIAL 11: SLICING LIST

x=list('motivation')

print "x=",x

print""

x[8:]=list('spiration')

print "x[8:]=",x

print""

x[4:]=list('')

print "x[4:]=",x


No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...