What it is?
This is just simple script that print your name and text in python language
- 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