“Como converter minúsculas em caixa em estojo em python” Respostas de código

parte superior inferior em pyto

myString = "Hello"
myString.upper() #returns "HELLO"
myString.lower() #returns "hello"
Sad Santa

string python para manchas

# String to Uppercase by Matthew Johnson
myStr = "Dna"
print(myStr.upper())
#OUTPUT: "DNA"
Matthew Johnson

Como converter minúsculas em caixa em estojo em python

a = "Hello, World!"
print(a.upper())
#output: HELLO, WORLD!
Programmer of empires

Respostas semelhantes a “Como converter minúsculas em caixa em estojo em python”

Perguntas semelhantes a “Como converter minúsculas em caixa em estojo em python”

Mais respostas relacionadas para “Como converter minúsculas em caixa em estojo em python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código