Your assignment is wrong, too. #you have to print stu_stk to see the result. stu_stk = [] def push_element(stu_stk, stu_dict): for k in stu_dict: if max(stu_dict[k]) >= 80: stu_stk.append(max(stu_dict[k])) push_element(stu_stk,{"ram":(75,89,95), "shyam":(91,...
thanks, I didn't notice that. I updated my code, so it post that one instead thanks again. Feb 26, 2022 at 11:36am againtry(2313) Something is wrong here. Is this sample data setup in a single file meant to be serious? A separate file with a list of names and then separate ....
When I run in shell stringcases('what is Wrong with my code') I get ('WHAT IS WRONG WITH MY CODE', 'what is wrong with my code', 'What is wrong with my code', 'edoc ym htiw gnorW si tahw') but I have error in test ...
ooo ok first is you define a function you need to add () second you need code for a function, you can't leave it empty def lc_alphabet(): print('place holder') also to check if stuf is equal to one another use == if 1==1: print('one is equal to one') 23rd Jul 2017, 11...
Hi! So I am trying to solve x for M = A^T A och d = A^T b but according to my teacher I should recieve a 3*3 matrix and not a 3*2 matrix. I really don't know what's wrong about my code. Here are the matrices A and B: And here is my code: 테마복사 A...
I'm new to using the Windows API, and this is my first program that does not run in the CMD Console. It gives me a lot of errors when I try to compile it, and I don't know what they mean. Here is my code: 123456789101112131415161718192021222324252627282930313233...
What is wrong with my code? . The two files provided are your inputs. 2. Convolve the two signals and save the output as wav audio file. (Use sound command to check the output before saving) 3. Plot the input audio signals and the c...
I don`t know what is wrong. It keeps saying "Task number 1 is no longer passing" app.js varfullName=document.getElementById("full_name");varlastName=document.getElemntsByTagName("span")[1]; index.html <!DOCTYPE html><html><head></head><body><h1id="full_name"><spanclass="first...
what is wrong with my code? Dec 20 '06, 10:25 PM import cPickle, shelve could someone tell me what things are wrong with my code? class progress: PROGRESS_TABLE_ ACTIONS=["new","remove", "modify"] DEFAULT_PROGRES S_DATA_FILE="pr ogress_data" PROGRESS_OUTCOM ES=["pass", "fail...
let animation = UIImage.animatedImage(with: frames, duration: Double(duration) / 1000.0) return animation } } i am trying to make a chat app but my code is not working someon please help, the build fails every time here is my code ...