Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python - Comment faire pour supprimer les cotes de Chaîne

old_string= '"python"'  new_string=old_string.replace('"','')  print("The original string is - {}".format(old_string)) print("The converted string is - {}".format(new_string))
Source by www.codeprofesseur.fr #
 
PREVIOUS NEXT
Tagged: #Python #Comment #faire #pour #supprimer #les #cotes #de
ADD COMMENT
Topic
Name
1+1 =