Skip to content
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

Creative Coding contribution to the Python Turtle Art Canvas #3

Open
dominicduffin1 opened this issue Sep 30, 2021 · 0 comments
Open
Labels
assignment not required You can work on this issue without needing to be assigned

Comments

@dominicduffin1
Copy link
Owner

dominicduffin1 commented Sep 30, 2021

You are invited to make a contribution to the Python Turtle Art Canvas.

Please follow the following format:

Add your contribution as one or more functions in a file named with your name in the drawfunctions directory.

Each function should follow this format:

from turtle import Turtle

def yourFunctionName():
    
    yourVariableName = Turtle()
    # Your code here.

Import your file into the main.py using this format:

from drawfunctions import yourfilename

Run your function(s) using this format:

yourfilename.yourFunctionName()

Your contribution must be compliant with the Code of Conduct and the Content Guidelines.

Please describe your contribution in the pull request. Contributions without a description will not be accepted.

Please ensure you do not overwrite other contributor's work.

Your contribution should be non-trivial. Anything that is clearly just an attempt to make a pull request rather than an attempt to make a meaningful contribution will not be accepted. Nevertheless, if your description explains the thinking behind what might appear to be a trivial contribution, that is acceptable.

@dominicduffin1 dominicduffin1 added the assignment not required You can work on this issue without needing to be assigned label Sep 30, 2021
@david-001 david-001 mentioned this issue Oct 3, 2023
4 tasks
@Terieyenike Terieyenike mentioned this issue Oct 23, 2023
4 tasks
This was referenced Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assignment not required You can work on this issue without needing to be assigned
Projects
None yet
Development

No branches or pull requests

1 participant