lower(),upper() function python

lower() upper() in Python | python lower() & upper() function in Hindi

Python

lower(), upper() in Python :- lower () function ka istemal for small word krne ke liye & upper() function ka istemal for capital word kerne ke liye.python lower() & upper() function in Hindi, ham example ke sath samanjh te hai.

lower(), upper() in Python

Contents

function in python Hindi
lower(), upper() in Python | python lower() & upper() function in Hindi

Lower() Function in Python

Lower() function ka istemal isliye kiya jata hai kisi Capital character ya word ko small character ya word me convert karne ke liye.

Example :-

MaSter PrograMinG Convert To master programing

Upper() function in python

Python Me Upper () Function ka istemal kisi small character ya word ko Capital Character ya word me convert karne ke liye.

Example :-

Master PRogramInG Convert To MASTER PROGRAMING

Python String upper() Method Example

Example :-

txt = "Hello my friends"

x = txt.upper()

print(x)

Output :-

HELLO MY FRIENDS

Lower() funtion in hindi video

Lower () Function

Input And output function in c | How to use input output function in C

Python String lower() Method Example

Example :-

txt = "Hello my friends"

x = txt.lower()

print(x)

Output :-

hello my friends

Upper Function in Hindi Video

Upper Function in Hindi

Dosto mujhe ummed hai ki aap Python lower() and upper function ko acchi tarah se samanj gye honge agar aap ko ye post acchi lage to mere is website ko jarur follow kre or ha agar aap video bhi dekhna chahte hai to aap mere channel ko bhi subscribe kar sakte hai. channel ka link aapko home page par mil jayega |

Leave a Reply

Your email address will not be published. Required fields are marked *