Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using python, please show how you import the text file. Thank you. Using Python, solve the following problem: There is a key pad that has

image text in transcribed
using python, please show how you import the text file. Thank you. Using Python, solve the following problem: There is a key pad that has a code to enter the bathroom of a company, the keypad is like this: Each day a new set of instructions will be emailed to everyone in the office. Each line of instructions corresponds to one button press. Always start at the number 5. Each button to be pressed can be found by starting on the last button pressed and moving to the adjacent buttons on the keypad: U moves up; D moves down; L moves left; and, R moves right. For example, if your instructions are: UUUUULLLLL DRRRRDDDD LDDDDDDDD UURRRRRRR you start at 5 and move up to 2. Since you can't go up any further on the keypad you stop at 2. Now, move left to 1. Again, since you can't go left any further on the keypad, you stop at 1. So, your first button is 1. Starting at the last button pressed, you now move down one button to 4 then right two times to 6 and down once to 9. So, you now end up at 9, your second number. Continuing on from 9, you move left one and down one to 0. Your third number is O. Finally, from O you move up two to 5 and right one to 6. Your last number is 6, So, given the above instructions, the code for the bathroom key-lock is 1906

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What is the purpose of a balance sheet?

Answered: 1 week ago

Question

Discuss the key ambient conditions and their effects on customers.

Answered: 1 week ago

Question

Be familiar with the integrative servicescape model.

Answered: 1 week ago

Question

Understand the role of corporate design in communications.

Answered: 1 week ago