Presentation is loading. Please wait.

Presentation is loading. Please wait.

PYTHON PROGRAMMING Week 4 - Wednesday. x = 1 while True: print "Too infinity and beyond! " + str(x) x +=1.

Similar presentations


Presentation on theme: "PYTHON PROGRAMMING Week 4 - Wednesday. x = 1 while True: print "Too infinity and beyond! " + str(x) x +=1."— Presentation transcript:

1 PYTHON PROGRAMMING Week 4 - Wednesday

2 x = 1 while True: print "Too infinity and beyond! " + str(x) x +=1

3 YESTERDAY Conditionals and control flow

4 REMINDERS Homework  Bethany hand in  Check feedback – go through with me if you need to

5 TODAY Conditionals & Control flow  Work on exercises

6 CRIT / ACTIVITY Simple validation

7 PRACTICAL Codecademy:  Conditionals and Control Flow Plus  Exercises  Challenges

8 RECAP Boolean expressions If…else If..elif…else / case statement Nested if

9 NEXT WEEK Functions Algorithm design

10 HOMEWORK Complete the Pyg Latin exercise in Codecademy


Download ppt "PYTHON PROGRAMMING Week 4 - Wednesday. x = 1 while True: print "Too infinity and beyond! " + str(x) x +=1."

Similar presentations


Ads by Google