Why does this prints Invalid Credentials instead of Logged In

前端 未结 0 908
春和景丽
春和景丽 2021-01-20 15:44

I am learning Python. I have this code:

import csv

# Asking for user Inputs
user_name = input(\'Enter Username: \')
password = input(\'Enter Password: \')


         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题