First part of the solution to Coding Challenge #10 of the Coding Specs Python Series.
Learn how to automatically identify a group of adjacent cells and get one step closer to solving a minesweeper grid!
Subscribe to the channel:
/ @codingspecs
View the entire Python Tutorial Series:
• Python Tutorial Series
Watch the previous Python Coding Challenges:
• Python Coding Challenges
Watch the introduction to Coding Challenge #10:
• Coding Challenge #10 - Minesweeper!
Learn more about the range( ) function:
• Python Tutorial #4 - Print & Range