How to clear a list in Python? Subash Chandran 13th October 2021 Leave a Comment your_list = [1,2,3,4,5,6,7,8,9,10] your_list.clear() #List becomes [] empty Curly hair, very fair, please share 🙂Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email this to a friend (Opens in new window) Related See also Python code snippet - How to add new column to dataframe? Snippets How to clear a list in Python? Change font size A Decrease font size. A Reset font size. A Increase font size.