Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

def frequency(s): unique = '' dups = '' for item in s: if item in unique: dups += item else: unique += item return unique

def frequency(s):

unique = ''

dups = ''

for item in s:

if item in unique:

dups += item

else: unique += item

return unique

print(frequency('amazing'))

amzing is the answer but how does this python code find it

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

Evaluate the integral. r(-). 4 dx

Answered: 1 week ago

Question

BPR always involves automation. Group of answer choices True False

Answered: 1 week ago

Question

2. What are the components of IT infrastructure?

Answered: 1 week ago