Easy code

Report a typo

Order the lines of the code that help you to read and print information from the given CSV file.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                for line in students:
              
                separ_line = line.split(',')
              
                students.close()
              
                students = open('students.csv', 'r', encoding='utf-8')
              
                print(separ_line)
              
___

Create a free account to access the full topic