Mega Code Archive

 
Categories / Python Tutorial / String
 

Str converts a value into a string

print str("Hello, world!") print str(10000L)