Python Programing: An Introduction to Computer Science

• Codes 65…91: A through Z • Codes 97…122: a through z ... return index return None Search using a for-loop 15110 Principles of Computing, Carnegie Mellon University 31 . ... return items.index(key) return None Python does for you “behind the scenes”! ................
................