Goodnight, anyone could tell me if there is a way to make this more time efficient? def getEntries(): # Complete this function print("Press 1 to stop entering data:") ...
Hey guys, I am trying to complete a Owner class that extends a abstract class person. This class requires the creation of a constructor that accepts variables as seen in the i...
haha thank you for the help, sorry for all the confusion. It's actually pretty good to know there is a group of actual people who give real-time responses and not bots. I just...
Would you guys say map and filter are pretty much the same?
Good Evening, is there anyone who can help me understand what below does? I know 4 is returned but don't immediately see how. len(['apples','oranges',True,5])
Hey good morning, lets say I have a dictionary 'r'. r={2114567: ('Beckford', 'C.', '16 Trafalgar RD.')} I wish to get the phone number, which is the key from the dictionary...
Is this the right format for finding the length of a list? foldr(lambda x,y:x+1,0,lst)
Is there a JAVA group you guys might know of?
Can max be used with foldr though?
Oh? So only returns Boolean?
I understand it is rarely used now though it's helpful. A little old so not the best out there. But useful?
I think that fix is another if statement?
Is a predicate in python an adt?