Concept Flow - String values and text handling
Start with a string value
Access characters by index
Use string methods (e.g., upper, lower)
Concatenate strings with +
Format strings with f-strings
Print or store the result
End
This flow shows how to start with a string, manipulate it using indexing and methods, combine strings, format text, and finally output the result.