Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the dunder str to repr.py and updated the file name (#27)
* Added the dunder str to repr.py and updated the file name - Added the __str_() in the repr.py - Updated the repr.py filename to str_and_repr.py * Added the ascii function and its f-string example in the code * Added comment requested by trag1c * Made black not cry * Corrected Doc-String for repr Corrected Doc-String for repr based from PR feedback * Elaborated on eval and repr Elaborated on when evaling a repr should give us identical object and also the cases when it doesn't * Fixed formatting issues Made black not cry * Edit __repr__ doc str - Edited __repr__ doc - Added EOL in gitignore * 2nd attempt at adding EOL * Code in comment is now uncommented - Removed extra line from .gitignore - Converted lambda to function since ruff was complaining * Removed docs and comments Removed docs, comments, and some code, so the file can fit on screen. * Removed args only limitation from init Removed args only limitation from init
- Loading branch information