Python Forum
How do I delete symbols in a list of strings?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I delete symbols in a list of strings?
#2
How about:
without_minus = number[0:4] + number[5:9] + number[10:]
Reply


Messages In This Thread
RE: How do I delete symbols in a list of strings? - by ibreeden - Nov-16-2019, 09:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to read module/class from list of strings? popular_dog 1 485 Oct-04-2023, 03:08 PM
Last Post: deanhystad
  Python script that deletes symbols in plain text nzcan 3 704 Sep-05-2023, 04:03 PM
Last Post: deanhystad
  Trying to understand strings and lists of strings Konstantin23 2 777 Aug-06-2023, 11:42 AM
Last Post: deanhystad
  problem in using int() with a list of strings akbarza 4 717 Jul-19-2023, 06:46 PM
Last Post: deanhystad
  Delete strings from a list to create a new only number list Dvdscot 8 1,555 May-01-2023, 09:06 PM
Last Post: deanhystad
  Help with Logical error processing List of strings dmc8300 3 1,096 Nov-27-2022, 04:10 PM
Last Post: Larz60+
  Splitting strings in list of strings jesse68 3 1,780 Mar-02-2022, 05:15 PM
Last Post: DeaD_EyE
  Delete list while iterating shantanu97 1 1,900 Jun-06-2021, 11:59 AM
Last Post: Yoriz
  I cannot delete and the elements from the list quest 4 2,992 May-11-2021, 12:01 PM
Last Post: perfringo
  cyrillic symbols in tables in reportlab. hiroz 5 11,493 Sep-10-2020, 04:57 AM
Last Post: bradmalcom

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020