08

Published: 07 April 2025
on channel: MF2Learn
49
6

08 #Python - Modifying String


CODE :

Modifying String : upper(), lower(), strip(), replace(), split()

upper()
a = 'my name is mohanad'
print(a.upper())

lower()
a = 'MY NAME IS MOHANAD'
print(a.lower())

strip()
a = ' My name is Mohanad '
print(a.strip())

replace()
a = 'My name is Mohanad'
print(a.replace('M','H'))

split()
a = 'Mohanad, Adnan'
print(a.split(','))



WhatsApp : 009647812081244

#Python, #بايثون, #LearnPython, #تعلم_بايثون, #PythonForBeginners, #PythonProgramming, #برمجة, #Coding, #كود, #Programming, #برمجة_بايثون, #PythonTutorial, #تعلم_البرمجة, #PythonCourse, #كورس_بايثون, #CodingForBeginners, #برمجة_للمبتدئين, #DataScience, #تحليل_البيانات, #MachineLearning, #تعلم_الآلة, #AI, #ذكاء_اصطناعي, #Tech, #CodingLife, #كود_بايثون, #CodeNewbie, #مشاريع_برمجية, #مهارات_برمجية


On this page of the site you can watch the video online 08 with a duration of hours minute second in good quality, which was uploaded by the user MF2Learn 07 April 2025, share the link with friends and acquaintances, this video has already been watched 49 times on youtube and it was liked by 6 viewers. Enjoy your viewing!