Snippets tagged “uppercase”
1 snippet uses this tag.
- How to change a string into uppercase?Python
In Python, you can use the built-in upper() method to change a string to uppercase.
1 snippet uses this tag.
In Python, you can use the built-in upper() method to change a string to uppercase.