How to get everything from the list except the first element using list slicing [duplicate] January 18, 2023 by Tarik You can just do [1:]. This will work on both versions.