Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Print((True or False) and False) ???????
boliyons
challenge_question
python
0 Voto
2 Respostas
23rd Feb 2020, 12:41 PM
Jatin
Why True == (True or False)
operator-precedence
0 Voto
2 Respostas
4th Jun 2018, 11:42 AM
JeonHoon
(true + false) > 2 + true
+
2
code
false
html
javascript
js
true
7 Votos
4 Respostas
18th Jan 2019, 7:11 PM
Arne Van Kerckvoorde
Why the output of print(True + False) is 1?
boolean-logic
python3
7 Votos
19 Respostas
19th Jul 2020, 6:29 AM
Nalayak_
print(False or 4) print(4 or False) print(4 or True) print(True or 4)
why
7 Votos
4 Respostas
17th Jul 2020, 12:41 PM
Gajendra Pal
Why this code "False==False or True" is true but "False==(True or False) is not true?
operator-precedence
python
12 Votos
13 Respostas
13th Apr 2016, 9:41 PM
Real Coder
What’s the point of using order of precedence with bools? (True , false)
bool
of
order
precedence
python
0 Voto
6 Respostas
8th Nov 2019, 3:40 PM
Theodore206
in python 3 i don't understand This ((True == False) or True) please give we some examples also.
()
false
true
1 Voto
1 Resposta
10th Jun 2019, 5:14 AM
Rupak Barman
(False or False or False or True or False or False) = True - Why is Python so bloody optimistic?
cpython
humor
humour
python
python3
-1 Voto
3 Respostas
21st Apr 2017, 3:38 PM
Lium Goon
>>> False == False or True True >>> False == (False or True) False >>> (False == False) or True True
operator-precedence
python
0 Voto
1 Resposta
9th Jul 2019, 10:13 AM
Ishieta Dhar
What is the function of (method = value) on the input element and what does it mean (return true and return false)
javascript
0 Voto
2 Respostas
30th Aug 2020, 3:59 AM
Danang Setio Arifin
Given two lists of 1s and 0s (1 represents the true label, and 0 represents the false false) of the same length, output a 2darra
#sololearn
-2 Votos
1 Resposta
18th Apr 2022, 12:49 PM
Shubham Mandgaonkar
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
why do people say programming is hard
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes