Skip to content

Commit 281d0bc

Browse files
added Sense Hat todo
1 parent 9f72cfe commit 281d0bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

basics.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Run the script in a terminal to test:
44
$ python3 basics.py
55
"""
6+
from sense_hat import SenseHat
67

78
#printing to the terminal:
89
print("Welcome to Python Basics!")
@@ -20,4 +21,7 @@
2021
# Your output should read: Malcom X was born in 1925 in Omaha Nebraska
2122

2223

23-
# TODO:Write a similar statement for a different notable person of your choice!
24+
# TODO:Write a similar statement for a different notable person of your choice!
25+
26+
27+
# TODO:Print it out to the Sense HAT!

0 commit comments

Comments
 (0)