Question: Please answer using python 5. Write a python function is valid that checks if the input is a valid Student id number. Valid student Id's
Please answer using python

5. Write a python function is valid that checks if the input is a valid Student id number. Valid student Id's are in the range 1000-6999 and the sum of their digits should be divisible by 7 . If the id number is valid return True otherwise return False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
