Contact
Privacy
Coding Development Art
  • Home
  • Latest
  • Oldest
  • Popular
  • Random
  • Home»
  • Categrories»
  • Programming Languages»
  • Python»

Write a program to print a given string, replacing all the vowels with '_' - Python

Categories:
Python
Viewed: 10 - Published at: a few seconds ago

[ Write a program to print a given string, replacing all the vowels with '_' ]

st = "Where is this going? Could you please help me understand!"
vowels = "AEIOUaeiou"

for v in vowels:
    st = st.replace(v, '_')

print(st)

Related Posts:

Pagination in Vanilla JavaScript
Pagination in Vanilla JavaScript
JavaScript
JavaScript Reverse String – 4 Ways
JavaScript Reverse String – 4 Ways
JavaScript
Setup ssl, https Let's Encrypt for Nginx on Ubuntu
Setup ssl, https Let's Encrypt for Nginx on Ubuntu
Development
Illegal Immigration and The Wall
Illegal Immigration and The Wall
News
How to properly escape a string via PHP and mysql
How to properly escape a string via PHP and mysql
HTML
python cpu usage 98% with apscheduler
python cpu usage 98% with apscheduler
Python

You may also like:

Basics of Memory Management in Python
Basics of Memory Management in Python
Python
How to Access the Facebook API with Java and Spring Boot
How to Access the Facebook API with Java and Spring Boot
Java
How to implement custom ACLs for CalDAV in SabreDAV PHP Server
How to implement custom ACLs for CalDAV in SabreDAV PHP Server
PHP
F2 function key and same key in eclipse
F2 function key and same key in eclipse
5 Best Remote Usability Testing Tools
5 Best Remote Usability Testing Tools
News
Reason for - ORDER BY items must appear in the select list if SELECT DISTINCT is specified
Reason for - ORDER BY items must appear in the select list if SELECT DISTINCT is specified
SQL
Categories
  • Blog
    • Career
    • Computer
    • Downloads
    • Internet
    • Linux
    • News
    • Review
    • Security
    • Technology
  • Database
    • MySql
    • Oracle Database
    • SQL Server
    • SQLite
    • mongodb
  • Dev
    • Algorithm
    • Android
    • Batch File Programming
    • Books
    • Competitive Programming
    • Computer Networks
    • Data Structure
    • Design
    • Development
    • Flutter
    • Game
    • Git
    • Interview Questions
    • JDBC
    • Machine Learning
    • Mobile
    • Operating System
    • Programming
    • Projects
    • Sponsored
    • Webservice
    • iOS
  • Framework
    • .NET
    • Angular
    • Django
    • MVC
    • Nodejs
    • React
  • Programming Languages
    • ASP.NET
    • C Programs
    • C#
    • C++ Programs
    • CSS
    • HTML
    • JSP
    • Java
    • JavaScript
    • PHP
    • PL/SQL
    • Python
    • SQL
    • Swift
    • VB.NET
  • Tools
    • privacy-policy-generator
    • Mac Vendors
    • Ports Numbers
    • Wifi Routers Passwords

Site all the data, are collected from Internet, belongs to original author, please do not used for commercial purposes !

Coding Development Art
  https://www.codevelop.art
 
  contact@codevelop.art

Posts

  • Home
  • Latest
  • Oldest
  • Popular
  • Random

Follow Us

© 2018 codevelop.art - Coding Develop Art - programming and development tutorials blog - Learn all Program languages | codevelop.art.
All Rights Reserved.
  • Contact
  • Privacy
  • Terms of service
  • Copyright
  • Disclaimer