Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 08:49:46) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "copyright", "credits" or "license()" for more information. >>> for name in ["Emma","Val","Zoe"]: print(name) Emma Val Zoe >>> ================= RESTART: /Users/ssheehan/Documents/name.py ================= Emma ------ Val ------ Zoe ------ >>> ================= RESTART: /Users/ssheehan/Documents/name.py ================= >>> =============== RESTART: /Volumes/USB20FD/csc111/lec4/echo.py =============== 0 Say something: Hello Hello? 1 Say something: It is Friday It is Friday? 2 Say something: It is cold It is cold? 3 Say something: ? ?? 4 Say something: How are you? How are you?? >>> ================= RESTART: /Users/ssheehan/Documents/echo.py ================= Say something: hello hello? Say something: 5 5? Say something: 0.2 0.2? Say something: I am fine I am fine? Say something: how are you" how are you"? conversation over >>> ================= RESTART: /Users/ssheehan/Documents/echo.py ================= Traceback (most recent call last): File "/Users/ssheehan/Documents/echo.py", line 12, in main() File "/Users/ssheehan/Documents/echo.py", line 5, in main print("Exchange", i + ":") TypeError: unsupported operand type(s) for +: 'int' and 'str' >>> ================= RESTART: /Users/ssheehan/Documents/echo.py ================= Exchange 0 : Say something: Almost the weekend Almost the weekend? Exchange 1 : Say something: ================= RESTART: /Users/ssheehan/Documents/echo.py ================= Exchange 0 : Say something: Hello! Hello!? Exchange 1 : Say something: