[giveaway] Request anything from Chegg. com

phantomriderx

New member
Oct 5, 2019
14
0
1


can i have this one
 

ahmed shayan

Active member
Apr 18, 2020
201
42
28


can i have this one
IN WORDINGS:::


Since you have asked multiple unrelated questions, I'm answering only 1st question for you. Please raise separate question for remaining questions. Thanks!

def fixup_case(dictionary):

new_dictionary = dict((keyname.lower(), val) for keyname,val in dictionary.items())

"""Above line runs a loop on key-value pair of given dictionary and then

converts the keyname to lower case"""

return new_dictionary

# Default dictionary

dictionary = {'FiRsT_NaMe': "Abc", 'LaST_naMe': "Xyz"}

print("Existing dictionary:")

print(dictionary)

new_dictionary = fixup_case(dictionary)

print("New Dictionary")

print(new_dictionary)



"""

We have chosen to convert all keys to lower case because of following reasons:

1. It is one of the industry standards to write names in lower case

2. It is much easier to convert whole data into either lower or uppper case instead of first char as upper then remaining as lower

This will help in reducing the code complexity as well run-time of code is reduced

Thus enchanced performance of programme

"""
 

mansuronmoon

Member
Jan 4, 2021
40
4
8
Please help me with this solution!!! Its urgent please please please! Thanks in Advance.
 

BubbleTea

Well-known member
Aug 17, 2020
134
429
63
Please help me with this solution!!! Its urgent please please please! Thanks in Advance.

Sorry for the wait, my subscription was ended.. kindly view this thread to learn how to unlock on your own 👇

Btw, I have helped u to unlock and it's attach down below
 

Attachments

  • screenshot-storage.gradesaver.xyz-2021.03.14-22_43_38.jpg
    3.7 MB · Views: 7
Last edited:

BubbleTea

Well-known member
Aug 17, 2020
134
429
63
Sorry buddy, my Chegg subscription has ended. Planning to subscribe to it again when my semester starts, which is July. Perhaps you may look up the answers from other alternative websites like Scribd, Coursehero, Slideshare, Bartleby, Brainly, and so on...
Thanks for your understanding.

anyone here
I think it's better to tag the original thread poster out since he's the one who started this giveaway.
I have a personal account of chegg so, If anyone what question to be answered. please let me know
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu