Concept Flow - String creation and representation
Start
Choose quotes: '', "", ''' ''' or """ """
Write characters inside quotes
Python creates string object
String stored in variable or used directly
String can be printed or manipulated
End
This flow shows how Python creates a string by enclosing characters in quotes, stores it, and then uses it.