PyBasic icon indicating copy to clipboard operation
PyBasic copied to clipboard

Simple interactive BASIC interpreter written in Python

Results 11 PyBasic issues
Sort by recently updated
recently updated
newest added

Remove trailing whitespace and ensure Python files end with one newline. % `ruff check --select=W --statistics ` # https://docs.astral.sh/ruff ``` 68 W293 [-] blank-line-with-whitespace 9 W291 [-] trailing-whitespace 1 W292...