H@CK DEFENCE
A BLOG ON NETWORK SECURITY, ETHICAL HACKING AND PROGRAMMING
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment