python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I return a value of true if the letters 'a' and 'b' are exactly 3 places apart?
I'm trying to create a function that takes in a string and outputs a value of true if any of the 'a's in the string are exactly 3 places from the 'b's in the same string. If the 'a's and 'b's are not ...

jacob_hill08
Votes: 0
Answers: 7
Assign name in column based on values from another column
I am looking for some help to what seems like a very simple question. Any advice is greatly appreciated! I have created a data frame and I am looking to assign names under one column based on the valu...
newb
Votes: 0
Answers: 2
Loop dilemma, different approach same result
I was trying to trigger worksheet event by changing content of a cell. I know my code has the wrong approach (I should used redim,...), but result is the same. Is it OK to solve problems as you like o...
Jovica
Votes: 0
Answers: 1
In Python, How do you loop through a list if one value is missing in that list?
My goal is to create a dataframe based on the 'viewCount', 'likeCount', 'favoriteCount' and 'commentCount'.
The code below works gives 25 values for 'viewCount', 'favoriteCount', and 'commentCount',...
Trying to Learn Javascript
Votes: 0
Answers: 2