Introduction to Computer Programming - CSCI-UA.0002 - Summer 2017

starry_starry_night_ec.py (20 points)

Draw some stars!

Requirements

Instructions

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 (15 points)

lots of stars

Part 5 (5 points)

Make the following modifications to part 4

animation

CSCI-UA.0002 - Introduction to Computer Programming - Summer 2017