I created MineSweeper

My first project using Python. Very thankful for Youtube tutorials. :))

Hey there and welcome to the forums!! :slightly_smiling_face:

I love this!! Nicely done!

One thing I found that could be improved as checking that the user’s input is in the right format.
For example if I miss the comma, or type characters, it’ll crash since it’s trying to convert something to an integer that can’t be converted. A try/except could be a good way to do this.