Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadded reverse_vowels.py file #3496
Conversation
|
New to this site and python. Can't figure out how to insert my python file. |
|
def reverse_vowels(word):
reverse_vowels("beautiful") |
|
Of course, there are some limitations in the script. All the letters of a target word should be lower cased. It can easily be handled with some minor adjustments. The important thing is that the main task is achieved. |


Describe your change: Added reverse_vowels.py file
Contributing to issue #3362
Checklist:
Fixes: #{$ISSUE_NO}.