Greetings hackers of Hacktoberfest! 💻 🎉
I like oneliners, and I've like you to create a PR with your favorite onliner using Python. Or just a line of some sort - it's up to you 🤷
So far I've only created a list containing the alphabet (a-z). Let's see what we can accomplish to the end of Hacktober!
Follow the steps bellow to get started!
- Fork this repo by clicking the top right fork button.
- Clone the reposetory you just forked.
- Create a new branch:
git checkout -b my_branch_name
- Make your changes and push your code.
- Create a pull request to this reposetorys
main
branch 🎉
Happy coding ⌨️
See the rules below:
- Your oneliner can be maximum 200 characters long.
- Your onliner should extend the previous code written in
main.py
. - Your code should go below the prevous code of the
main.py
file. - Only 1 line of code for each PR.
- No third-party packages.
- After your submit,
main.py
should be able to run.