A Bunch of Lines
- LiamC
- 3 years ago
- 254 views
What can you make with functions? Anything! In fact, Juni student @LiamC made two functions that they used in their project to draw a bunch of random lines! Every time you run the project, you get a different result. Can you figure out how many lines of code this project would have used if @LiamC hadn't used functions?
import turtle
import random
Locked
Canvas
Console