Fum
Fum
**Description of the tutorial** Tutorial on Tkinter **Do you want to be assigned to work on this?** (mark [x]) - [ ] YES - [x] NO **Optional: Any additional info...
Check out Issues with the `hacktoberfest` label! Also feel free to suggest tutorials/features by creating your own Issue.
**About Bug or problem** GitHub action to execute modified python file is implemented in `.github/workflows/execute-modified-python-file.yml` This action executes any files that are modified in the repo. A JSON is generated...
Add a basic tutorial explaning how to use MongoDB. Populate under: `databases/mongodb.py`
**About Bug or problem** Any program using `input()` will not execute when action is running as it is waiting for user to input something **Steps to reproduce** Modify a python...
**About Bug or problem** The GitHub action to execute python file will not run when a file is created rather than modified. This is because the action is designed only...
Check out Issues with the `hacktoberfest` label! Also feel free to suggest tutorials/features by creating your own Issue.
README table needs an update with all tutorials submitted so far.
Populate `11-common-built-in-functions/strlen.c` with tutorial and challenge on how to use the `strlen()` C function.