Essential Question:
How can you create your first program with Code Bots in Python?
Mastery Objectives:
SWBAT create a file in python Code Bots.
SWBAT print to the console.
SWBAT debug their program.
SWBAT create and use a variable.
DN Codebot 1:
Type the following code into a new file.
Connect to a robot.
Select "View" / "View Debug Panel" and "View" / "View Advanced Debug Panel"
Click run
Take a screenshot of the results
DN Codebot 2:
Type the following code into a new file.
Connect to a robot.
Click run
Take a screenshot of the results
Using comments # type your name and what the code does
DN Codebot 3:
Write a program that creates a square turning left and another square turning right.