Language:EN
Pages: 2
Words: 123
Rating : ⭐⭐⭐⭐⭐
Price: $10.99
Page 1 Preview
assignment help answers with stepbystep explanatio

Modify Names with Periods Assignment Answers

Your question:

student submitted image, transcription available below

Given a tuple: nmTup =( 'May', 'Mary', ' John ' ) Write a program to generate the output  J.o.h.n.  M.a.r.y.  M.a.y. ​ - Hint: You may like to convert the tuple into a list and use one list method to help.

Assignment Help Answers with Step-by-Step Explanation:

# Iterate through the elements in the list

for name in nmList:

    for char in name:

        modified_name += char + '.'

# J.o.h.n.

# M.a.r.y.

You are viewing 1/3rd of the document.Purchase the document to get full access instantly

Immediately available after payment
Both online and downloadable
No strings attached
How It Works
Login account
Login Your Account
Place in cart
Add to Cart
send in the money
Make payment
Document download
Download File
img

Uploaded by : James Sanders

PageId: DOC3DCAC1E