Mega Code Archive

 
Categories / Python Tutorial / String
 

String literals and other sequence literals may be indexed directly, without using a variable to refer to them

print 'Hello'[1]