Please help my code is as follows. I have found out the Fibonacci series within a range successfully but I am finding it difficult to extract the prime numbers
I have a list of list which has both integers and strings inside it as their values. Now I want to convert all the values to string. My list of list looks like
I'm looking to group a pandas dataframe according to customer, sort it according to quantity, and return the entire row containing the 2nd highest value for qua
I am trying to build an IME (input method editor) for Android. I know that I have to create a class that extends InputMethodService, to have access to the getCu
Here is my code. The imageChunks state variable is not updating correctly. Selecting an image returns an empty array. Selecting another image returns an array o
I have hundreds of thousands of keys that start with html: that I need to clean up quickly. Instead of writing a python script to do this, I was hoping for a si
I made an spawner in Unity but I got some errors: error CS0165: Use of unassigned local variable 'Random' error CS1061: 'float' does not contain a definition fo