0% found this document useful (0 votes)
22 views

Using Python Library

This chapter discusses using Python libraries, importing modules in three ways, and using built-in string functions. It covers calling the help() function, importing modules using import, from import, and import as, as well as using common string methods like upper(), lower(), capitalize(), and count().

Uploaded by

aadi1988
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Using Python Library

This chapter discusses using Python libraries, importing modules in three ways, and using built-in string functions. It covers calling the help() function, importing modules using import, from import, and import as, as well as using common string methods like upper(), lower(), capitalize(), and count().

Uploaded by

aadi1988
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Chapter 4

Using Python Library


Help()
Importing module in python in three
ways
Using string built in function
Using string built in function

You might also like