Just started learning python, so I'm very thankful for anyone who can help. Anyways the task is to define a function that takes a list of numbers and ...
Just started learning python, so I'm very thankful for anyone who can help. Anyways the task is to define a function that takes a list of numbers and ...
I am new to functions, so I am not sure how can I work around the code to be able to keep expanding my output df out_df, instead of overwriting it whe ...
I need to create a function that will be called on oracle screen. I just don't know how to do it ...
We created a function and now We want to apply this to all our active numbers but I couldn't find a way to change this in mass yet. Is this posible ? ...
i have one json file which has this path: and i want ['1'] dynamic so that i can add more status like: i hve tried function but it didnt work fo ...
I have tried to make a function in Powershell that produces a True if the last day of the month is friday. But how to check if that friday is the l ...
I have a user-written function that I want to be able to pass both lists and single parameter arguments to. The lists can be different lengths. The fo ...
Event participations are being sold on the website. Every order can contain 1 product (qty is variable). Based on the main category of the products th ...
I'm trying to create a function PostgreSQL to check if a user exist in a table users by creating a function who return a JSON variable. But when I ...
How to write an if statement for fetch('link'). So that when one fetch('link1') takes more than 3 seconds to respond then, timeout the link1 use the o ...
I want to have a button that has a command which quit/destroys a few other objects, including itself: example: example code of it in the script(in ...
I am trying to pass a custom function named callpaul() into the scope of the Function constructor so that the function can be called inside the scope ...
I'm trying to build a notary of sorts. This notary will have different buttons and with the press of each button a different message of plain text wil ...
I got a piece of code: After change _itow_s to crt__itow_s, I got error reported:undefined symbol : crt__itow_s. Does _itow_s in msvcrt.lib ? How t ...
When I'm asked to write in my function a code to count the characters of a code but only if its a multiple of three, i keep getting stuck and i've tri ...
I'm a beginner in programming and I'm trying to understand when it's a good idea to use "handle functions" in my code and when it's better to keep thi ...
I am looking to develop a tab(x, y) function or tab(x, y, d) (where d = data.frame) to replace this command: d <- mtcars d |> dplyr::select(cyl ...
I am trying to do Factorial function with Recursion method, I have looked up for many solutions and then I tried to brainstorm another code which is ...
These 3 functions I have written are all very similar, they all do the scatterplot of 2 variables. Is it possible to create a single function with par ...
I'm trying to get a Google Sheet to import values from one sheet to another. I have figured out how to make a drawing to act as a button, and to trigg ...