How To Search A Student ID With User Input and Output With The Student Name and Student ID in Python 4570611745706160
The program prompts the user to input a student ID and then opens a text file containing student records, with each record containing an ID and name separated by a space. It then iterates through each record, splitting the ID and name into separate variables.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
43 views
How To Search A Student ID With User Input and Output With The Student Name and Student ID in Python 4570611745706160
The program prompts the user to input a student ID and then opens a text file containing student records, with each record containing an ID and name separated by a space. It then iterates through each record, splitting the ID and name into separate variables.