5 lines
No EOL
100 B
Python
5 lines
No EOL
100 B
Python
name = input('Enter name of Student: ')
|
|
cnic = input('Enter ID of Student: ')
|
|
|
|
while not valid:
|
|
|