Introduction to Computer Programming - CSCI-UA.0002-008 - Fall 2016

starry_starry_night.py (15 points)

Draw some stars!

Requirements

Part 1

star middle

Part 2

stars in a row

stars curved

Part 3

star_data = generate_star_data(2)
print(star_data)
# prints out: [[-250, 121, 49], [100, 0, 20]] 

Part 4

lots of stars

Extra Credit

5 points

animation

CSCI-UA.0002-008 - Introduction to Computer Programming - Fall 2016