There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This python code shows how the while loop is used to create an iterative loop. A secret number is hard coded , then if the user enters a number that is same as the secret number the code stops , otherwise the code continues running till the user enters the correct number.