Welcome to the LPA Python Page Please choose from the following links to help your session today: The IDLE Examples Homework Video 1: What Is Python Multiple Selection Week 1: Variables Week 1: The Int function Video 2: 15 Python Examples Video 3: 5 Things Week 2: Decisions Video 4: Python Project Walkthrough Video 5: Tips To Learn Python Video 6: Computational Thinking Week 3: Iterations & Loops The IDLE Video 7: Abstraction Video 8 Sequencing Novice students can:Explain what a variable isExplain how to assign a value to a variableCan combine multiple values in an output (String and Variable)Intermediate students can:Describe and create a While loopCreate a While loop which repeats a specific number of timesCreate a While loop which repeats while a variable is not equal to a specific valueProficient students can:Describe and create a For LoopUse the range() function to control the For loopUse the range() function to control the number of interations between the start and the end of the loop.Create a list and print its contents.Distinguished students can:Sort the list into alphabetical orderAppend items to the list.Remove an item from the list.Count the number of times an item is in a listInsert an item into a list in a certain positionMaster students can:Write to a text fileRead from a text file