Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
var num1=0.1 var num2=0.2 var num3=0.3 Console.log(num1+nun2 == num3)
code
2 głosów
2 odpowiedzi
27th Jan 2018, 1:10 PM
Demi Louka
What is the different between....x == y......x is y .??
python
0 głosów
3 odpowiedzi
29th Apr 2018, 5:19 PM
Omar
When it is used and why: if __name__ == "__main__":
python
2 głosów
3 odpowiedzi
23rd Jan 2018, 5:28 AM
Tincture
Why is it that (-1 == ~!-1) is true?
c++
1 Głos
1 Odpowiedź
3rd Apr 2018, 7:59 PM
Bebida Roja
Questions from challange, in html teg p style.height == style. width?
html
javascript
style
4 głosów
5 odpowiedzi
5th May 2017, 7:02 AM
shaldem
Difference between == operator and .equals() method ?
java
0 głosów
2 odpowiedzi
14th Jan 2017, 1:05 PM
uday chafale
Consider the following function fdef f(m): if m == 0: return(1) else: return(m*f(m-1))
python3
3 głosów
7 odpowiedzi
16th Feb 2018, 3:21 AM
I Am a Baked Potato
False == (False or True) False Can someone please help explain why this comes out False?
operator-precedence
python3
4 głosów
15 odpowiedzi
10th Jul 2020, 3:17 PM
Reacy.Py
Explain me
==
java
1 Głos
3 odpowiedzi
22nd Oct 2018, 7:02 AM
Rohit Ahuja
Why the code is giving 1 as output on inputting any random letter???
==
c
getchar
0 głosów
2 odpowiedzi
3rd May 2021, 4:30 PM
Vatsav
Can someone explain the uses or meaning of == operator?
operators
python
1 Głos
4 odpowiedzi
2nd Oct 2016, 1:34 PM
Declan
What is the difference between = and == ??
java
0 głosów
3 odpowiedzi
9th May 2017, 9:59 AM
Vishnuvasan
For infinite while loop in python is only == used
loops
1 Głos
2 odpowiedzi
16th Jun 2019, 9:14 AM
Sumit Jaiswal
def power(x, y): if y == 0: return 1 else: return x * power(x, y-1) print(power(2, 3))
memorization
recursion
2 głosów
9 odpowiedzi
11th May 2019, 9:51 AM
Магомед Акуев
Why is "5" == 5 but also "5" !== 5 ?
javascript
2 głosów
2 odpowiedzi
10th Apr 2018, 7:12 AM
Eoin O'Carroll
x = 4 if x == 5: print("Yes") else: print("No")
else-statements
python
-1 Głos
4 odpowiedzi
22nd Dec 2016, 12:38 PM
SealCLi
If time == 2:57 Please set the time to be at least on hour ahead of current time ??? Fill in the blank ________________
else-statements
if-statements
14 głosów
24 odpowiedzi
5th Jun 2019, 10:00 AM
ARs Dev
Why This Programs show Error. if __name__ == '__main__':
code
error
python
python3
0 głosów
1 Odpowiedź
9th Apr 2020, 6:19 PM
Syed Ahmed Raza Shah
Why print(2 > 4 == 4) is False? Please kindly explain me.
python
0 głosów
4 odpowiedzi
11th Feb 2023, 6:53 PM
TAEK
how = , == , === are used in javascript
javascript
1 Głos
3 odpowiedzi
23rd Jun 2016, 9:19 AM
Sumanth Reddy
Why does the statement (1_0 == 10) evaluate to true?
if-statements
java
0 głosów
1 Odpowiedź
15th May 2019, 3:41 PM
Daniel Möhring
Can somme one explaine me this " if (dt.row [0][0].tostring () == "this"){ console.write ("this")}
c#
3 głosów
16 odpowiedzi
6th Dec 2017, 2:10 PM
ABDOUL RAHIM NDANE PECHOU
Why print (2 > 4 == 4) False in python. Please kindly explain me.
python
1 Głos
6 odpowiedzi
11th Feb 2023, 6:59 PM
TAEK
Whata different between if(password.equals("123456") and if(password=="123456") and when should use ==
java
strings
0 głosów
5 odpowiedzi
11th Jan 2017, 1:12 PM
Mahmood Ali
What does this mean if(line[i] == ' ' || line[i] =='\t')?
c
progaramming
1 Głos
3 odpowiedzi
11th Nov 2019, 3:15 PM
Kolagal
When running my "if (x == y)" getting a problem
else-statements
0 głosów
3 odpowiedzi
19th Jan 2018, 1:22 PM
Tajiya Baba
Do all languages have this anomaly, 0.3 + 0.4 == 0.7 will be false ?
anomaly
decimal
javascript
7 głosów
6 odpowiedzi
12th Mar 2018, 12:58 PM
Morpheus
def convert(num): if num == 0: return 0 else: return (num % 2 + 10 * convert(num // 2))
python
recursion
5 głosów
13 odpowiedzi
3rd Sep 2022, 6:01 PM
Mohammad Faiz
int a = 4; int b = 6; b = a++; Console.WriteLine(++b); == 6?
c#
0 głosów
6 odpowiedzi
17th Nov 2016, 5:01 PM
Róbert Lowell Szenczi
What is difference between == operation and equals() method?
java
0 głosów
2 odpowiedzi
12th Mar 2017, 3:51 AM
Vishal Prajapati
Why is it different with the string objects?
==
equals
1 Głos
1 Odpowiedź
20th May 2018, 11:30 AM
Rafael Correa
What is the differences between = and == in c++ programming
==vs=
c++,
0 głosów
4 odpowiedzi
6th Dec 2017, 7:44 AM
Yasin Sharifi
If __name__ == "__main__" how to use this condition inside a module?
python
python3
2 głosów
1 Odpowiedź
16th Dec 2020, 7:56 PM
Matías Bravo
Can any one tell me what is == sign for ?
booleans
1 Głos
2 odpowiedzi
18th Feb 2019, 1:00 PM
Shuja Shehzad
1 < -1 == 3 > 4 evaluates to False. Why?
operator-precedence
python3
-1 Głos
2 odpowiedzi
12th Jan 2021, 5:12 AM
Mousin Ahanger
num = input ("Please input 5 or 7 or 11 :") if num == 5: print("Number is 5") elif num == 11: print("Number is 11") elif
if-statements
1 Głos
4 odpowiedzi
5th May 2017, 1:33 PM
Hamada Hellal
Diference between " a%2 and a%2 == 0 " anyone please explain.
python
0 głosów
5 odpowiedzi
11th Nov 2016, 9:30 AM
Minko Terziyski
How many objects are created in the below == > String s = new String("Welcome");
java
objects
7 głosów
8 odpowiedzi
27th Dec 2016, 6:42 PM
Jenny Lance
for(int x=10; x<=40; x=x+10) { if(x == 30) { continue; } System.out.println(x); }
continue
for
if
java
loop
2 głosów
3 odpowiedzi
5th Nov 2019, 3:26 AM
Minhaj Haider
evens=[i**2 for i in range(10) if i**2 % 2 == 0] print(evens)
python3
0 głosów
1 Odpowiedź
13th Mar 2021, 9:48 AM
Muhammad Abdulmalik
Wat is the difference between if [variable] : and if [variable] == True :
python
0 głosów
6 odpowiedzi
14th Oct 2020, 9:39 AM
Hemanth Kumar
Why is (17 == True) =False but (if 17: print("yes")) print yes?
python
python3
1 Głos
4 odpowiedzi
19th Mar 2017, 5:48 PM
Ankur Sonawane
password = input("your") if password == "PKMKB" : print("Access Granted") else: print("Access Denied")
codeplayground
error
pkmkb
python
python3
0 głosów
5 odpowiedzi
24th Jun 2020, 5:42 AM
HARSIMRAN SINGH
Why the first one returns false???
==
equals
java
0 głosów
8 odpowiedzi
10th Jan 2021, 11:00 AM
Morteza Mohammadi
Double equal signs. == How and what are they used for?
if
python
0 głosów
2 odpowiedzi
5th Mar 2019, 3:46 AM
Cameron
When we have to use = and when == ?
python
0 głosów
2 odpowiedzi
8th Sep 2016, 6:10 AM
Rushil
Why doesn't this code print 'yes' ? Should I go back to study = and == again:|
challenge
doubt
python
6 głosów
8 odpowiedzi
22nd Sep 2020, 2:47 PM
Twilight🌅
Surprise to find that False==0 and True == 1, in python ?
dictionaries
4 głosów
1 Odpowiedź
6th Feb 2018, 1:02 PM
Mikle Kobe
Why does the first line below output False but the second line below output True? print(False == (False or True)) print("spam" == ("spam" or "eggs"))
operator-precedence
python
1 Głos
2 odpowiedzi
4th May 2017, 12:49 PM
elizabeth
If I do this, a%b == 0, how can I store the value of a to another variable?
python
0 głosów
10 odpowiedzi
3rd Jun 2021, 6:54 PM
Dan
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
4
5
6
...
8
Dalej >
Popularne dzisiaj
Someone can help me
2 Votes
What's wrong with this?
2 Votes
HTML community, HELP!!
1 Votes
I am a super beginner
0 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
Img & web server or personal info
0 Votes
Web Dev
0 Votes
I want to make a triangle area calculator ,anybody can teach me
1 Votes
How this program executes?
0 Votes