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