Problem
I. Design state diagram to recognize one form of the comments of the Python based programming languages, those that begin with # and extends to the end of line and also multiple line comments using "'s Some comments '"'t.
II. Design a state diagram to recognize the floating-point literals used by Python programming language. (e.g. 123.123)