Handling String
How to access character?

You can’t access character by integer.

You should use str.index, It’s not good.
Tip, Create a character array.



You can’t access character by integer.

You should use str.index, It’s not good.
Tip, Create a character array.

Leave a Reply