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)
Comparison of values in arrays gives a ValueError: "The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()"
I checked out the threads with this error message, but the solutions didn't really apply to my case
Here's my code. I saw in the debugger that the arrays work fine, they have values etc, but the condi...
loirtiV
Votes: 0
Answers: 0
How can I check if a 2 numbers have the same digits PowerShell?
I want to compare two int so if they contain the same digits it outputs a true,for example:
$a=1260
$b=2106
and then because both of them contain: 0126 it outputs true how can this be made?
And if i...

ElmerKao
Votes: 0
Answers: 2
How to compare 2 similar but different sets of data
EDIT:
I solved the problem and added the answer below for reference.
I am having a hard time finding information regarding my problem because I can't seem to find the right term for it.
I am creating ...
ChibiPhoenix
Votes: 0
Answers: 1
Issue with comparing character values inside of a string in C for CS50 subsitution problem
The program specifications are
Design and implement a program, substitution, that encrypts messages using a substitution cipher.
Implement your program in a file called substitution.c in a directory c...
Aortax
Votes: 0
Answers: 1