CS FOR THE LEARNING VILLAGE
  • home
    • PK-1
    • 2-4
    • 5-8
  • who?
  • what?
    • curriculum
    • social media
    • blog
    • SPARK! CS
    • summer SPARK!
  • where?
  • home
    • PK-1
    • 2-4
    • 5-8
  • who?
  • what?
    • curriculum
    • social media
    • blog
    • SPARK! CS
    • summer SPARK!
  • where?
Search

Hour of Code Pop-up Makerspace Activities

Students Lead Hour of Code Makerspace (blog post)
  • Scratch Hour of Code Activities
  • Code with Santa's Elves
  • Design 3D Ornament with Tinkercad​​

Picture
ecardinstructions.pdf
File Size: 40 kb
File Type: pdf
Download File

Trinket.io - run & write code

Sample Python Script
adjective1 = raw_input("Tell me an adjective, and click enter. ")
noun1 = raw_input("Tell me a noun (plural), and click enter. ")
noun2 = raw_input("Tell me another noun, and click enter. ")
adjective2 = raw_input("Tell me an another adjective, and click enter. ")

print "Roses are " + adjective1
print noun1 + " are blue"
print noun2 + " is " + adjective2
print "And so are you!"


powered by
Picture
Picture
  • home
    • PK-1
    • 2-4
    • 5-8
  • who?
  • what?
    • curriculum
    • social media
    • blog
    • SPARK! CS
    • summer SPARK!
  • where?