Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use python to write the code Problem 3: Rogue Graffiti Artist Help catch a rogue graffiti artist using a dictionary . The keys are just

Use python to write the code

Problem 3: Rogue Graffiti Artist

Help catch a rogue graffiti artist using a dictionary. The keys are just integers while the values are tuples such as: ("Picasso", 72, "Male")

In the dictionary of artists, Picasso would appear as: { 1: ("Picasso", 72, "Male") }

Based on cell-phone records, you will find which artist was in the vicinity during each act of vandalism.

Each cell-phone tower record is just a list of the keys of the artists nearby when the graffiti was made: example day1=[1,2,4,5,10,20,99];

Help the police catch the culprit who must appear in the list day1 and the two lists day2 and day3 (not shown).

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

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

KEY QUESTION Refer to the table in question

Answered: 1 week ago