Home
About
Contact
Privacy Policy
Home
About
Contact
Privacy Policy
code with zaheer
python
to remove space from string
to remove space from string
a =
"this is a text with space"
b = a.replace(
" "
,
""
)
print
(b)
ans: thisisatextwithspace
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
python syllabus
A Deep Dive into Angular modules
Guide to testing your local website on mobile devices: Simple steps for developers
No comments:
Post a Comment