kif1205 / Python

0 stars 0 forks source link

Python | Remove last character in list of strings #33

Open kif1205 opened 5 years ago

kif1205 commented 5 years ago

https://www.geeksforgeeks.org/python-remove-last-character-in-list-of-strings/

kif1205 commented 5 years ago
Python3 code to demonstrate 
remove last character from list of strings 
 using list comprehension + list slicing 
kif1205 commented 5 years ago

Python3 code to demonstrate remove last character from list of strings using map() + lambda