“Python String Dolna metoda” Kod odpowiedzi

Konwertuj ciąg na małe python

message = 'PYTHON IS FUN'

# convert message to lowercase
print(message.lower())

# Output: python is fun
Matthew Johnson

Python String Dolna metoda

str1 = "HeLlO_wOrLd!"
str1.lower()
Output: 'hello_world!'
Contended Cobra

sznur Python do małych liter

# String to Lowercase by Matthew Johnson
myStr = "LetS FiX ThiS."
print(myStr.lower())
#OUTPUT: "lets fix this."
Matthew Johnson

Odpowiedzi podobne do “Python String Dolna metoda”

Pytania podobne do “Python String Dolna metoda”

Więcej pokrewnych odpowiedzi na “Python String Dolna metoda” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu