Evaluating compound boolean expressions | Intro to CS - Python | Khan Academy
Trace how the computer evaluates
Trace how the computer evaluates How can we reuse a code routine over and over again? Learn how to use functions to package a block of code and parameters...
Trace how the computer evaluates
Trace how the computer evaluates complex arithmetic
How can we reuse a code routine over and over again? Learn how to use functions to package a block of code and parameters to ...
Jessica introduces the idea of "booleans", values that can either be true or false. Practice this lesson yourself on ...
How can the computer store a value for later? Learn how to use variables to keep track of information in your programs. Explore ...
How does the computer execute a function call? Learn how the computer uses stack frames to separate its memory during ...
How can programs make our lives easier? Learn how programmers use scripts to automate complex, repetitive, ...
Evaluate Python expressions
Courses on
How does the computer decide whether two objects are equal? By default,
How do you iterate over the items in a dictionary? Apply for-each loops to iterate over a dictionary by key, by value, and by item.
What is an algorithm? Use algorithms to plan out your programs, and
How do teams of programmers continuously write and revise code without breaking things? Learn how to break down programs ...