How to tell if string starts with a number with Python? December 15, 2022 by Tarik Python’s string library has isdigit() method: string[0].isdigit()