Str Data Type | Built-in functions - Closer look at python data types

Published: 06 February 2020
on channel: EdYoda
176
2

For more courses visit : https://www.edyoda.com/

In this video we will discuss the built in functions for str data type. The functions like split, format, find, replace, translate, isdigit, strip will help to write the python code in much more cleaner way. Also, we will see how to get list of all builtin functions using dir function and how to use help to understand usage of any built-in function.

Practice Problem:

1) Write a program which will accept a string of characters and should find the highest occurrence of the character and display it.

For example if input is "aaaaaaaaaaaaaaaaabbbbcddddeeeeee" it should return "a".


Watch video Str Data Type | Built-in functions - Closer look at python data types online without registration, duration hours minute second in high quality. This video was added by user EdYoda 06 February 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 176 once and liked it 2 people.