Write a Python program to create a dictionary for 4 employees with employee name and ID and accept a new entry and test if the entry is valid. Perform the following checks on the ID number entered
(a) length of 4 (b) has no alphabets
If the ID does not meet the check, display a message “The ID number entered is invalid”
Answers
Answered by
0
Answer:
2
Explanation:
the id nolumber entered is invalid
Similar questions