Python JSON

For each of these Python data structures, describe their basic structure, purpose and inherent limitations, and if each structure is immutable or not. ... encoding="utf-8") csvinf = csv.reader(_____) csvout = csv.writer(_____) header = True. for line in csvinf: if header: #fix header info. ... Python has a powerful string formatting capability ... ................
................