Skip to content

space issue #2

Description

@ronan24queval-sudo

Hello,
I noticed that the file mini golf.py contains a space in its name.
On some operating systems (Windows, Linux with certain shells), running a Python script with spaces in the filename can cause errors or require escaping.

Example:
python3 "mini golf.py"

It would be cleaner and more cross-platform to rename it to:
mini_golf.py

I can help submit a PR if needed.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions