Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 21 Online
OpenStudy (anonymous):

I am working on ps5. My is_valid_word runs the test successfully but. I have inlcuded a loop that checks to make sure no letter is used more than time than it appears in the hand. When I run this test it modifies hand. and the program returns an incorrect hand because I also run the update_had function. How do I create a second version of hand that is not assigned to the same value as hand and can be modified independently. I need to create a second dictionary indentical too but independent of the first one. Thanks in advance

OpenStudy (anonymous):

dict(original) will return a copy of the original one.

OpenStudy (anonymous):

Thanks. I found another method that took two steps. This saves one.of those. Much appreciated.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!