Multiple Choice Circle the most appropriate answer for each question below. 1. To receive keyboard input in Python, we can use: A. get_input B. scanf C. raw_input D. do_input E. string_input ---------------------------------------- 2. Which of the following is an integer? A. 2.5 B. 3 C. 3.0 ---------------------------------------- True/False Indicate true or false for each question below. 3. Python slice syntax can be used with lists. ---------------------------------------- 4. Python strings are mutable. ---------------------------------------- 5. Python for-loops work on strings, files, and lists. ----------------------------------------