I am learning Python. I have this code:
import csv # Asking for user Inputs user_name = input(\'Enter Username: \') password = input(\'Enter Password: \')