ME 4990: Intro to CS�Object-Oriented Programming & Machine Learning 101
�
String Op, Functions
Outline
String
String: AD chapter 8
�
String: length
�
Traversal of string
String slicing
You cannot change a string element
String methods
find() and index() method
find() and index() method
Just a trick
count()
split(): see split_method.py
Convert to float or int
Convert to float or int
Table file reading
Table file reading
Special characters