Skip to content

janithakrishnan/Python_Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert_string_using_listMethods.py- Uses list methods to change the string "python is fun" to "py is on" convert_string_using_listSlicing.py- Uses list slicing to change the string "python is fun" to "py is on" amstrong.py- This program checks in the input number is an amstrong number or not identify_vowels.py - Checks if the user input string contains vowels vowelCount_usingDictionary.py- Counts the frequency of each vowel in a user input string using Dictionary methods VowelCount_sortedDictionary_noInitialisation.py- Counts the frequency of each vowel in a user input string without initialising dictionary

Releases

No releases published

Packages

No packages published