Digital & Computing
Simple Coding - Summary
...language provides: variables and assignment (=) to store and update data arithmetic operators (+, -, *) simple data types (strings and numbers, both integers and floating point) data structures (lists) sequence (one instruction per line) iteration (for and while loops) selection (if-else and if-elif-elif-...-else), comparisons (>, <, ==, !=, >=, <=) functions (len and sum...