• Kurse
  • Code Compiler
  • Diskutieren
  • Preise
  • Teams
Menu
+ 2

How i can do in python?

x=('mango') I want to remove g from mango without use index method how i can do that.

pythonvariablesdeletesololearnpython3stringremoveindex
10th Apr 2018, 7:22 AM
Maninder $ingh
Maninder $ingh - avatar
1 Antwort
+ 5
The shortest way is to use a replace method. >>> x = 'mango' >>> x.replace('g','') 'mano'
10th Apr 2018, 7:33 AM
strawdog
strawdog - avatar

Häufig solche Fragen?

Effizienter lernen, kostenlos:

  • Einführung in Python

    7.1M Lernende

  • Einführung in Java

    4.7M Lernende

  • Einführung in C

    1.5M Lernende

  • Einführung in HTML

    7.5M Lernende

Alle Kurse anzeigen
Heute heiß
Is anyone else experiencing this Sololearn issue?
0 Votes
Best language?
0 Votes
How do I keep myself motivated in coding
0 Votes
Bro can you fix yt error?
0 Votes
Anyone have song names? Comment your favorites here for a project im working on
1 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes
Need suggestions to learn AI and ML
1 Votes
Bug in Completing AI Practice
0 Votes