Problem
1. What does the statement >>> print ord ("a") produce? What is the use of the ordinal function here?
2. What does print mean? What does the statement print a do?
3. What is the output from print 1 / 3? Why do you get this output?
4. What is the output from print 1.0 / 3? Why do you get this output?