Learn how to call built-in Python functions and understand their usage in programming.
Learn Python programming within the Microsoft MakeCode environment, featuring essential coding concepts.
Learn how JavaScript blocks work in Microsoft MakeCode and how to convert code seamlessly.
Learn how to declare and use variables in programming with MakeCode.
Learn how to change the value of a variable in programming using addition assignment.
Learn how to use the assignment operator to store values in variables in programming.
Learn how to assign and manipulate variables in programming with Microsoft MakeCode.
Learn about Boolean values, operators, and their applications in programming.
Learn how to use the if statement to control code execution based on boolean conditions.
Explore the fundamentals of logic in programming with MakeCode, including if statements and boolean operations.
Run part of the program for each element in a list using the 'for of' loop in programming.
Learn how to use the while loop to repeat code while a Boolean condition is true.