Given a bingo letter, return the number range associated with the letter. If the letter is B, number range is 1 to 15. If the letter is I, number range is 16 to 30. If the letter is N, number range is 31 to 45. If the letter is G, number range is 46 to 60. If the letter is O, number range is 61 to 75.
Python Version using the match and case statements.
Link to coding challenge is at https://www.freecodecamp.org/learn/daily-coding-challenge/2026-05-18
Download
0 formats
No download links available.
Bingo Range - 18 May 2026 - Python Version on freeCodeCamp | NatokHD