1,760
edits
Changes
→LAB OBJECTIVES
:Write Python code in order to:
:*'''Create and use Call built-in and user created functions''' - using the '''def''' and '''import''' keywordsto create and use user defined functions, understand the '''None''' keyword, study the '''os.system()''', '''os.popen()''', and '''subprocess.Popen()''' functions
:*'''Obtain properties and manipulate list object''' - using the built-in function: len(), min(), max(), and list object methods: copy(), sort(), append(), and remove()