What it is?
This is just simple script that print your name and text in python language
- First go to https://hacktoberfest.digitalocean.com/
- Make sure you've signed up with GitHub, so they will count your contribution from this repository
- After registered, you can pull request this repository
- Fork this repo
- Edit
hacktoberfest.py
- Insert
me("your name", "whatever text")
in last ofdef contributors():
- Example:
def contributors():
me("Ayra", "Feel free to pull request!")
me("your name", "whatever text")
- Go to main repository, then create a pull request