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
Please why is the condition always returning true
return
true
5 Votos
4 Respuestas
24th Feb 2018, 3:14 AM
Sammy
My code always outputs to true
help
if/else
outputs
true
1 Voto
2 Respuestas
31st Jan 2017, 6:24 PM
roflcow2
>>> not 1 > 7 True
boolean-logic
python
1 Voto
2 Respuestas
3rd Apr 2017, 7:43 PM
Jeevan Kumar.A.S.
what is true about static constructor ?
c#
constructors
static
2 Votos
3 Respuestas
17th Sep 2017, 1:37 PM
owais shahab
Why all if statements go true ?
c++
0 Votos
2 Respuestas
2nd Jan 2021, 9:32 PM
حازم الباز
Why it is returning True ,can anyone explain?
python
python3
2 Votos
3 Respuestas
27th Feb 2020, 4:43 PM
ayushman tiwari
How do I end this while true statement
python
0 Votos
5 Respuestas
9th Mar 2021, 5:09 PM
Ojukwu Franklin Ifeanyi
True or true and false --- what will be the answer which will it process first
operator-precedence
python
2 Votos
2 Respuestas
29th Jul 2016, 3:13 AM
nikitha gireddy
The if Statement What is True & false
c++
false
if-statements
int
intergers
true
1 Voto
6 Respuestas
3rd Aug 2017, 12:16 AM
Morris House III
why the below statement is not True ?
operator-precedence
python
1 Voto
6 Respuestas
28th Jul 2016, 4:50 PM
me3
why are these true 1."a">"A" 2."a">"1"
booleans
python
0 Votos
2 Respuestas
27th Oct 2016, 5:42 PM
bibu siva
what is difference between true and false statement
lists
phyton
0 Votos
6 Respuestas
10th Feb 2018, 3:30 PM
Harry Singh
What is the true OUTPUT of this code?
increment
3 Votos
1 Respuesta
26th Apr 2019, 11:54 AM
T.M.Pathmika Weerarathna
What is the true function of the operator (===)?
operators
1 Voto
9 Respuestas
2nd Mar 2017, 2:30 PM
AsheEvelineRose
Which following of the statement is true
and
convas
svg
-2 Votos
2 Respuestas
21st Aug 2021, 6:32 AM
DASE RAJAYA
c program for stm32 nucleo true studio
c#
0 Votos
1 Respuesta
16th Feb 2019, 11:20 PM
Laddi S Sidhu
Comparing numbers with boolean true false
operator-precedence
python
0 Votos
2 Respuestas
19th Sep 2017, 2:42 PM
Tarandeep Singh Kalra
Replacement of True or False with Numericals
operator-precedence
python
true-false
0 Votos
3 Respuestas
15th Sep 2017, 11:19 AM
Abhishek Sarkar
What are the qualities of a true programmer?
programmer
true
5 Votos
2 Respuestas
28th Nov 2017, 2:41 PM
Kei(辛明珠)
Do you think it's possible to create true Artificial Intelligence one day?
ai
artificial
idea
intelligence
programming
17 Votos
15 Respuestas
31st Jan 2017, 7:48 AM
Wiola
Why v has the value false instead of true ?
java
3 Votos
6 Respuestas
19th May 2021, 1:37 PM
alagammai uma
Which statement is true for variables
c++
variables
-6 Votos
4 Respuestas
20th Jun 2021, 2:08 PM
Julever Abule
what the difference between used true and false ????
constants
php
1 Voto
8 Respuestas
9th Sep 2016, 7:18 AM
Raneem Mohamad
Can anyone tell me why this code loops true ?
c#
problem
unknown
1 Voto
6 Respuestas
27th Apr 2020, 8:57 PM
Joseph Oritseweyinmi
How do you become a true Pythonist ???
coder
python
pythonist
3 Votos
3 Respuestas
29th Apr 2017, 3:47 AM
Anthony Perez
Please explain true or false code
i
mean
statements
-4 Votos
4 Respuestas
3rd Jun 2017, 10:23 PM
Akinlolu Tobi
How can i see true answer
c#
c++
1 Voto
1 Respuesta
7th Mar 2017, 9:45 PM
mcicek
why this is not resulting in true statement?
bool
c++
int
4 Votos
2 Respuestas
5th Nov 2017, 2:34 PM
shobhit
Why 'test' == 0 is true ?
operators
php
0 Votos
3 Respuestas
5th Jun 2017, 8:28 AM
Lucian Ionut
Is it bad I don't use boolean True / False in Python?
python
python3
12 Votos
14 Respuestas
22nd Jan 2017, 5:28 AM
Ahri Fox
Why 7 < 7.0 is true ?
booleans
python
0 Votos
2 Respuestas
23rd Dec 2016, 2:29 PM
Muh. Arief irfansyah
what is the true output of this code??
operators
1 Voto
1 Respuesta
27th Apr 2019, 5:13 PM
T.M.Pathmika Weerarathna
Escribe una función que devuelva true si un número dado es un palíndromo, y false, si no lo es.
c++
-3 Votos
2 Respuestas
12th Jan 2021, 6:56 PM
Carla Zayas Rodríguez
define("MSG", "Hi Sololearners", true); what does that true signify?
constants
3 Votos
4 Respuestas
28th Feb 2018, 1:21 PM
Aditya Adhikary
(0.7 >a) return true , can you explain why ?
c
1 Voto
5 Respuestas
14th Aug 2019, 3:44 AM
Spring
how is the output of print (2==2.0) true ?
print
0 Votos
2 Respuestas
24th Aug 2020, 3:49 PM
Prateek Arora
Need someone who knows python programming very well that can put me true please
no
one
1 Voto
13 Respuestas
4th Sep 2019, 1:51 AM
Tajudeen Taiwo
if A>B is false , then which of the following will always be true ? and why ? a) A<B b)A<=B c)A=B d)A==B
boolean-logic
multiplechoice
17 Votos
52 Respuestas
1st Apr 2021, 7:36 AM
Ona Nixon 🇹🇿 👑
Where can I find a true root notepad++, link please
notepad++
root
10 Votos
3 Respuestas
31st Mar 2017, 10:42 AM
Iwan
Can the computer actually perform true random selections. How is it possible?
games
9 Votos
6 Respuestas
22nd Nov 2018, 12:33 PM
Toby Chidi
Is this condition right? Whether 0>0 is true
java
0 Votos
4 Respuestas
15th Aug 2017, 6:10 PM
corejava
Is it true that Unity uses C#?
unity
0 Votos
1 Respuesta
9th Oct 2018, 3:23 PM
SuperFlower008
Why the output is True False for the following code
java
1 Voto
4 Respuestas
4th Oct 2019, 12:18 PM
Shreyansh
Method that takes a Boolean array and returns true if the longest run of true values is greater than consecutive false values.
arrays
for
java
loops
methods
nested
return
while
2 Votos
6 Respuestas
28th Nov 2017, 8:41 PM
Danat Gorth
Is this assertion like a True var, which we put a True data for unit test?
assertions
python
variables
0 Votos
1 Respuesta
18th Mar 2017, 5:27 AM
Vladimir Pavlychev
is it true that pyhton is the best for beginner?(such as me)
3 Votos
17 Respuestas
18th Jan 2018, 4:52 PM
Xodia Gaming
Is true that Linux is the best OS for programming?
dan
gracious
2 Votos
7 Respuestas
25th Aug 2017, 5:50 AM
mumbere Dan
"Hellow"+" john". Is it true coding in c++??
c++
data-types
1 Voto
3 Respuestas
1st Jan 2017, 4:06 PM
Infinite_cruiser3
Why this program prints both true and false
c
1 Voto
1 Respuesta
26th Feb 2019, 8:10 AM
Shaik Abeedh
I m confused between true and false ..??
cpp
1 Voto
3 Respuestas
6th Mar 2017, 6:34 PM
Dhanaji Yadav
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
3
4
5
...
13
Siguiente >
En tendencia hoy
How many days will It takes to completely learn front end
4 Votes
SQL
3 Votes
HTML/CSS questions
0 Votes
JAVA PROGRAMMING
2 Votes
IMAGE
0 Votes
What Does Pseudo Elements Mean.
2 Votes
Html
1 Votes
How can I continue with my goal if I lost all my lives?
0 Votes
member initializer list : order of evaluation
0 Votes
Find courses
0 Votes