Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
What is difference between == & === operators?
jjavascript
operators
3 Votos
3 Respuestas
15th Jun 2017, 9:04 AM
MILIND JAIN
What's difference in use between == and ===?
operators
php
1 Voto
5 Respuestas
24th Oct 2015, 8:20 AM
Jan Duniec (jasniec)
I need help with this statement: console.log(!!"false" == !!"true")
debug
javascript
node.js
programming
3 Votos
3 Respuestas
16th Jul 2021, 7:30 AM
Lohith Viswa
Is the switch statement only for == ???
c++
switch
0 Votos
4 Respuestas
28th Jun 2018, 1:21 AM
StormIncoming
Using == operatorwill the following be correct?
java
0 Votos
3 Respuestas
15th Sep 2016, 3:15 AM
Machete X7
Why 'test' == 0 is true ?
operators
php
0 Votos
3 Respuestas
5th Jun 2017, 8:28 AM
Lucian Ionut
#include<iostream> using namespace std; void f(int n) { if (n == 1 || n == 0) return; else { cout <
c
c++
recursion
0 Votos
5 Respuestas
2nd Jun 2019, 7:41 AM
Shehroz Irfan
Could someone explain why in Java System.out.println(originalName == name) equals true?
heap
java,
objects
same
variables
2 Votos
8 Respuestas
5th Feb 2023, 3:14 PM
Kazantsev Alexander
What is meant by == in python3???
python3
1 Voto
2 Respuestas
23rd Mar 2017, 9:34 AM
Sajid Khan
i just forget one thing. what these means ==
python
2 Votos
6 Respuestas
4th Oct 2017, 11:06 AM
Nazim Mohammed
var num1=0.1, num2=0.2, num3=0.3; console.log(num1 + num2 == num3);
variables
3 Votos
2 Respuestas
27th May 2020, 3:24 AM
Jayaprakash
def ModeratedMarks(marks, passMarks): if marks == passMarks-1 or marks == passMarks-2: marks = passMarks return marks def main
python
0 Votos
2 Respuestas
21st Feb 2022, 6:43 AM
Anushka Dwivedi
Getting same result for both == and equals();
equals
java
1 Voto
3 Respuestas
30th Dec 2017, 11:34 AM
Chris
Nums = list.range(5) print(nums[4]) Why nums[4] == 4?
python
range
0 Votos
4 Respuestas
22nd Dec 2016, 2:16 AM
Kenzhebekov Nurtileu
What have i done wrong? Cant you write a == i
help
3 Votos
8 Respuestas
22nd Apr 2019, 9:19 AM
Kristi Teneqexhi
list = [1, 2, 3, 4] if (list) % 2 == 0 print(list[ ])
python
-10 Votos
10 Respuestas
23rd Oct 2016, 6:27 PM
pratibha limbole
___ even(x): if x%2 == 0: _____("Yes") _____ print("No")
function
hel
p
-3 Votos
4 Respuestas
4th Aug 2020, 2:51 PM
Federico Pacal Sarmiento Bunimov
Почему 0.1 + 0.2 == 0.3. В результате выдаёт False???
python
ru
0 Votos
5 Respuestas
24th May 2020, 8:27 PM
Vovo4ko
What is the difference between == and ===?
operators
php
0 Votos
4 Respuestas
1st Jul 2016, 9:25 AM
Anu Ninan
Num = 3 if num == 7: print ("3");
if-statements
0 Votos
4 Respuestas
28th Apr 2019, 5:12 AM
Yogesh
3 ** 1 ** 2 ** 4 == 3. ... Wait, what?
arithmetics
challenge
operator
precedence
python
4 Votos
10 Respuestas
17th Aug 2018, 12:12 PM
HonFu
What's wrong with <If hello == 'hello': print('hello Binh')>
else-statements
if-statements
python
0 Votos
4 Respuestas
15th Nov 2019, 4:23 AM
Nguyen Dang Binh
if(1 == 1) and (2 + 2 > 3): print("true") else: print("false")
boolean-logic
0 Votos
9 Respuestas
15th Apr 2018, 10:36 AM
Elisha Miracle
Why null==undefined and null == 0 but undefined!= 0
funny
0 Votos
3 Respuestas
13th May 2018, 6:59 PM
nareko
What is the difference between = and == operators?
operators
2 Votos
4 Respuestas
25th Jul 2017, 3:11 PM
Prrathyush
.1 + .1 +.1 == .3 in python....how is that ?
float
python
1 Voto
2 Respuestas
13th Jun 2018, 5:36 PM
jayasanka madhawa
How is this expression False == (False or True), False?
python
1 Voto
4 Respuestas
2nd May 2019, 6:59 PM
Oluwatosin
what is the difference between == ans equals
equals
java
0 Votos
3 Respuestas
10th Aug 2016, 2:20 PM
srilekha
Why is False == (False or True) --> False
operator-precedence
python
0 Votos
5 Respuestas
6th Sep 2016, 12:56 PM
justin
what is difference between " = "and" == " in Programming?
programming
self-learning
sololearn
2 Votos
7 Respuestas
25th Dec 2018, 4:57 PM
WASEEM MEHR
What is the difference between == and ===?
java
javascript
0 Votos
2 Respuestas
24th Jan 2017, 9:37 AM
Ahmed Abd Elazeem
Hello ,What diffrent between == and equals in objects?
hello
1 Voto
4 Respuestas
22nd Mar 2017, 11:30 PM
Aqlaa
[SOLVED] d == [(1,3),(2,4)] Why list index out of range d[0]? zip
python3
zip
2 Votos
7 Respuestas
3rd Dec 2020, 4:26 AM
Vitalij Bredun ♡ Python Petersburg
What is the difference between == and ===
javascript
operators
1 Voto
2 Respuestas
8th Nov 2016, 1:20 AM
Saksham Jain
Why: if(i%3 && i%5 == 0){...} don't run?
java
1 Voto
2 Respuestas
29th Aug 2017, 12:24 AM
Ralisin
What is the difference between = and ==
booleans
python
1 Voto
2 Respuestas
3rd May 2017, 2:15 AM
Ousmane Bah
What's the difference with using is and == in conditionals?
py
5 Votos
3 Respuestas
28th Jan 2018, 2:25 AM
luʁi
C++ [Beginner exercise] : While( user == gullible )
beginner
c++
exercise
practice
self-learning
sololearn
3 Votos
1 Respuesta
14th Feb 2018, 3:20 PM
Stéphanie L'ange Renaud
What is the difference between == and === operator.
c++
java
javascript
php
1 Voto
3 Respuestas
4th Mar 2017, 5:31 AM
Mamta kumari
Hey guys can sombody remind me what == means please?
if-statements
python
2 Votos
5 Respuestas
5th Mar 2017, 5:26 PM
Louis
Someone please exaplain me this!!! :- == , <= , >=
python
1 Voto
4 Respuestas
29th Oct 2021, 5:30 PM
Kunj Mandaviya
What is the difference between == and === operator in javascript
javascript
3 Votos
7 Respuestas
3rd Jun 2017, 9:30 PM
Özer Aydın
Why This Programs show Error. if __name__ == '__main__':
code
error
python
python3
1 Voto
1 Respuesta
9th Apr 2020, 6:20 PM
Syed Ahmed Raza Shah
Can I overload the == operator? If yes how?
c#
operator-overloading
0 Votos
4 Respuestas
3rd Feb 2017, 4:24 PM
SIMOMEGA
What is the difference between == and === in javascript?
javascript
3 Votos
3 Respuestas
18th Jan 2018, 1:38 AM
Vladimir Perez
Please is to be added or removed from this code n = int(input()) for x in range(1, n): if x % 3 == 0 and x % 5 == 0:
@python
0 Votos
10 Respuestas
4th Jan 2023, 1:04 AM
Ohanenye Kennedy
is a function in js == method in java?
function
java
javascript
method
0 Votos
2 Respuestas
7th May 2018, 10:04 PM
hermogenianus
What is the difference between == and === .
operators
0 Votos
2 Respuestas
30th Apr 2018, 1:01 AM
Juan Perez
Assume x = 1. What is the truth value of the boolean: (x != 1) == !(x == 1)
boolean
boolean-logic
logic
logical
operators
0 Votos
2 Respuestas
26th Jun 2017, 11:27 PM
Blaq Ice
Why is output of this code "false": 0.1 + 0.2 == 0.3
python
0 Votos
8 Respuestas
31st Jul 2018, 7:43 AM
Adeolu F
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
3
4
5
...
8
Siguiente >
En tendencia hoy
I am beginner,This is will be right code?
1 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
How many days will It takes to completely learn front end
4 Votes
Solved# Survey data format in coding for data
1 Votes
SQL
2 Votes
JAVA PROGRAMMING
1 Votes
Solution to solving this bugged problem
2 Votes
What Does Pseudo Elements Mean.
2 Votes
IMAGE
0 Votes