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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started