Posts

Showing posts with the label Python-Lesson 12a

Python- String processing

Good Morning Boys I hope Python concepts shared so far are comfortable for you to understand. Its vital that you revisit all the concepts shared so far as they form base for concepts to be taken up in future. ======================================================================= Today's link for the Google meet is as follows: Meeting ID meet.google.com/aao-dywi-mkg IMPORTANT INSTRUCTIONS: 1. We will be using 2 blogs but the same link to be used to enter the meeting. 2. Separate attendance for all periods. 3. All work to be copied in registers, Exercise to be done as per instructions. In the beginning, lets take a look at the answers of the questions shared in the exercise yesterday. EXERCISE Is there a difference between "Geeta" and 'Geeta'? Justify. No difference as a string can be either enclosed in a single quotes as in 'Geeta' or double quotes as in "Geeta" Predict the outp...