How to add a value to a list in Python? Subash Chandran 13th October 2021 Leave a Comment #append to list lst = [1, 2, 3] something = 4 lst.append(something) #lst is now [1, 2, 3, 4] 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 PHP code snippet - How to deploy website on server? Snippets How to add a value to a list in Python? Change font size A Decrease font size. A Reset font size. A Increase font size.