CS50 Python, Week 0, Problem Set 0, Indoor Voice, We see that in order to prompt a user to enter a text, we use the function input() and we have to save it inside a variable to be able to use it later. We also used a method called .lower() to convert all the letters of the variable (message) to lowercase. By the end of the video we come to know that we can use the method .lower() after the input or after the variable inside print statement.
Always remember, there are multiple ways to solve the same issue and all of them can give the same output. It depends on the programmer itself. Also remember: try your best to make your code readable.
الأخوة العرب, اذا فى أى أسئلة عن بايثون أو استفسار عن الفيديو يسعدنى ان الرد عليها فى التعليقات
First Video in of the tutorials (setting up the code space and connecting GitHub account): • CS50P Setup
Our Channel: https://www.youtube.com/c/ILovePencil...
Blogger: https://ilpd-ms.blogspot.com/
Instagram: / m_salah2405
Patreon: / msalah
--------------------------------------------------------------------------------------------------------
#cs50 #python