lower and upper method in python | string methods in python | Python Tutorials 2023

Pubblicato il: 22 gennaio 2024
sul canale di: ThingsYouMustKnow
21
3

lower() & upper() method in Python


In Python, the lower() and upper() methods are used to
convert strings to lowercase and uppercase, respectively.

lower() method:

The lower() method returns a new string with all
the alphabetic characters in the original string
converted to lowercase.It does not modify the original
string; instead, it creates and returns a new string.

upper() method:

The upper() method returns a new string with all
the alphabetic characters in the original string
converted to uppercase.Like lower(), it does not
modify the original string; instead, it creates
and returns a new string.

Please watch Video.....!!!!!!


In questa pagina del sito puoi guardare il video online lower and upper method in python | string methods in python | Python Tutorials 2023 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato ThingsYouMustKnow 22 gennaio 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 21 volte e gli è piaciuto 3 spettatori. Buona visione!