Python Forum
other string types to consider? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: other string types to consider? (/thread-38432.html)



other string types to consider? - Skaperen - Oct-11-2022

Python3 has string types: str, bytes, bytearray. i am wondering if there are any other types that can be used like a string to do things like carry a file name to open or be arguments for a command to be run.