Lecture 6 — Using Strings and String Manipulation to Solve Problems

Reading

This Lecture is aimed at solving problems based on strings and string operations. In order to solve these problems please reveiew the Lecture 4 and Lecture 5 material.

What have we learned so far?

-Python as a calculator

-Variables and Expressions

-User Input

-Boolean Logic

-Comparison Operators

-Strings

-String Manipulation

-String Methods

Today’s Lecture

We are now capable of using all that we have learnt so far and put that to use in writing programs. In today’s lecture we will write programs and also submit our very first Lecture exercise.