We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f72cfe commit 281d0bcCopy full SHA for 281d0bc
basics.py
@@ -3,6 +3,7 @@
3
Run the script in a terminal to test:
4
$ python3 basics.py
5
"""
6
+from sense_hat import SenseHat
7
8
#printing to the terminal:
9
print("Welcome to Python Basics!")
@@ -20,4 +21,7 @@
20
21
# Your output should read: Malcom X was born in 1925 in Omaha Nebraska
22
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