मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता १२

How will you delete a string in Python? - Computer Science

Advertisements
Advertisements

प्रश्न

How will you delete a string in Python?

टीपा लिहा

उत्तर

Python will not allow deleting a particular character in a string. Whereas you can remove the entire string variable using the del command.

Example:

Code lines to delete a string variable

>>> str1=”How about you”
>>> print (str1)
How about you
>>> del str1
>>> print (str1)
NameError: name ‘str1’ is not defined
shaalaa.com
Modifying and Deleting Strings
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 8: Strings and String manipulation - Evaluation [पृष्ठ १३०]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
पाठ 8 Strings and String manipulation
Evaluation | Q 3. | पृष्ठ १३०
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×