pindio58 / Disemvowel-Trolls

Your task is to write a function that takes a string and return a new string with all vowels removed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code is solution to problem here

Description

Trolls are attacking your comment section!

A common way to deal with this situation is to remove all of the vowels from the trolls' comments, neutralizing the threat.

Your task is to write a function that takes a string and return a new string with all vowels removed.

Example:

the string "This website is for losers LOL!" would become "Ths wbst s fr lsrs LL!".

Note

for this problem 'y' isn't considered a vowel.

About

Your task is to write a function that takes a string and return a new string with all vowels removed


Languages

Language:Python 100.0%