In this episode Julie Gould and Phil Smyth ask what maths is going on inside the machines that help keep the modern world going? It's all about Computers and Boolean Maths. Julie Has more here ...
age = int(input("How old are you?")) if age >= 70: print("You are aged to perfection!") else: print("You are a spring chicken!") This program uses selection to ...