Essential Question: How can I create a color in python?
Mastery Objectives:
SWBAT create their own colors in python using hexadecimal code.
SWBAT use different font types to display their text in python.
SWBAT utilize shapes in their python code.
Do Now: Try the following code:
x = 5
y = "John"
print(type(x))
print(type(y))
a = 4
A = "Sally"
#A will not overwrite a
print(a)
print(A)
Write comments on each line of code describing what each line does.
Directions: Create your own meme with colors that you create yourself and different fonts. Here is the tutorial:
https://projects.raspberrypi.org/en/projects/colourful-creations
You should complete the following challenges:
More colors
Create a poster
When you are finished, you should ask the user to select a number 1-3 and upload a different meme depending on what number they select.
Ticket-to-leave: In the comments below, create a color and name it.