At the end of this lesson, you will be able to:
- understand and use functions
- when doing flow-charts, functions and procedures get their own flow-chart
- create a function that checks if 2 strings are the same; if you ignore capitals and smalls!
- it accepts 2 strings
- returns 1 bool
- do flowchart for the function FIRST before going to the computers
- you can use Python's upper() function
- create:
- GUI
- flowchart - only the function
- Test cases
- code
- screenshots
- GitHub link
- work on the weekly assignment
- read over arrays, Chapter 5
- Computer Based Problem Solving