Introduction
Hello! Welcome to the Beginner’s Guide to the MCC. We will take you through the basics in programming. Do not worry if you have no prior programming knowledge - we will assume none. The programming language we will be using is Python, a beginner-friendly programming language.
Table of Contents
- FizzBuzz (Printing, Loops, Conditions, Input)
- Representative (Strings, Functions, Lists, Nested Loops)
- Centroid (Space-Separated Input and Output)