Question: We need to create a program that allows users to create their own PIN codes for their bank cards. Each PIN code consists of digits

We need to create a program that allows users to create their own PIN codes for their bank cards. Each PIN code consists of digits. Complete the program so that when the user enters a character, the program stops and outputs "Please enter a number" and when the user enters only digits, the program outputs "PIN code is created".

Sample Input: 44a5 Sample Output:

Please enter a number

finally

To ensure some code runs no matter what errors occur, you can use a finally statement. The finally statement is placed at the bottom of the try/except statement. Code within

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!