-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completed computational art #6
base: master
Are you sure you want to change the base?
Conversation
…kground and then end up with some trippy 90s music video background
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Work! Your code is both concise and efficient. The only thing I would suggest to you is to add more inline comments where things can be a little confusing to a potential code reviewer.
func[1] = build_random_function(depth - 1, depth - 1) | ||
func[2] = build_random_function(depth - 1, depth - 1) | ||
|
||
return func |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely written readable code. 👍 The way you wrote this code makes it really clear what the function is doing.
@@ -164,8 +248,8 @@ def generate_art(filename, x_size=350, y_size=350): | |||
# Create some computational art! | |||
# TODO: Un-comment the generate_art function call after you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove these placeholders for your final code
No description provided.