Changes

Jump to: navigation, search

OPS435 Python Lab 4

1 byte added, 08:43, 9 September 2017
LAB REVIEW
# What is the purpose for the range(), len(), append(), and map() functions for a dictionary?
# List and briefly explain the following functions (methods) that can be used with strings:<br>'''lower()''' , '''upper()''' , '''swapcase()''' , '''title()''' , '''captilize()''' , '''split()'''
# Assume you issued the following command in your ipython3 shell:<br>'''course_name = 'Programming with Python''''<br>What will be the output for each of the following Python commands?<ol type="a"><li>'''course_name[123:11]'''</li><li>'''course_name[10:]'''</li><li>'''course_name[-1]</li></ol>
13,420
edits

Navigation menu