String variable : Introduction « String « Python Tutorial






myString = 'Hello World!'
print myString
5.1.Introduction
5.1.1.Useful Values from the string Module
5.1.2.String variable
5.1.3.display a string with triple quotes