Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
python upper
Stoop2win
Programming language:
Python
2021-07-07 01:11:02
0
Q:
python upper
user19293
Code:
Python
2021-01-17 06:02:17
>>>
funny =
'haha'
>>>
print(funny.upper())
HAHA
3
user3438
Code:
Python
2021-05-30 04:41:28
>>>
s =
'sdsd'
>>>
s.upper()
'SDSD'
0
Tags
python
Related
capitalize string python
python - convert to lowercase
python string lowercase
isupper() in python
swapping upper case and lower case string python
from uppercase to lowercase python
how to check uppercase and lowercase in python
python lowercase
python to uppercase
python is uppercase
python to uppercase function w3schools
capitalize in python
how do you change a string to only uppercase in python
python string caps lock
python lower
New to Communities?
Join the community