Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
What is the output of the following? print ( '11' .isnumeric()) a) True b) False c) None d) error
python
1 Vote
7 Réponses
4th Jul 2016, 10:49 AM
shekhar
Why is print(False == (False or True)) true but print(False == False or True) is false
operator-precedence
python
0 Vote
4 Réponses
20th Aug 2017, 7:16 PM
Keanu Big Eagle
Is it true that composition is better than inheritance r is it just a opinion based debate?
c++
composition
inheritance
java
objects
oop
1 Vote
2 Réponses
23rd Oct 2019, 5:23 AM
viki
Any Java developer here?
developer
java
only
true
3 Votes
5 Réponses
15th Jul 2019, 5:55 PM
Simran Singh Rathore
I want to display True or False in result in my code. I do this code. Thanks you.
false
or
true
0 Vote
2 Réponses
7th Dec 2020, 6:35 AM
Malick Diagne
String is a sequential collection of data type characters. True or False ?
java
-4 Votes
2 Réponses
9th Jun 2021, 7:50 AM
JaeEon
Can anyone tell me the code in java about write a function which returns true for two arrays have same unique elements? Thanks!!
array
elements
false
function
help
java
return
true
0 Vote
9 Réponses
1st Apr 2020, 7:36 PM
SHALINI CHAUDHURI
What is the meaning of this code and how it’s answer is. True. False. True
python
0 Vote
1 Réponse
1st May 2019, 5:42 PM
Muhammad Fahim
Попробуйте видоизменить программу таким образом, чтобы вместо логических значений true и false отображались значения 1 и 0.
false
java
true
1 Vote
3 Réponses
29th Jan 2019, 4:27 PM
Иван Иван
How can get the code in java script to print true or false when using === == <= >= e.t.c.
comparison
javascript
-2 Votes
8 Réponses
31st Dec 2020, 12:34 PM
Prince Abakwue
Can the Boolean values, True and False, be represented by 1 and 0 respectively?
booleans
python
-1 Vote
3 Réponses
25th Jan 2016, 10:46 AM
Kostas Lifeboy
Is it true that front end developer's have less worth as compared to a back end developer?
development
web
1 Vote
2 Réponses
17th Apr 2018, 2:05 PM
PK12
Multiple Ternary Operator Usage Question
?
c++
ternary
true
0 Vote
7 Réponses
25th Jul 2020, 4:24 AM
Solus
Write a function isEmpty(arr) that returns true if the array is empty, and false if is not empty or is undefined.Need help...
javascript
6 Votes
1 Réponse
21st Jul 2020, 12:04 PM
Apongpoh Gilbert
Is it true that you need to avoid the use of Microsoft products if you want to be a good programmer...?
programming
1 Vote
10 Réponses
16th Dec 2016, 6:59 PM
John Kwateng
Is it possible to make both condition in if else to true and print corresponding following statements for both
code
scripting-languages
1 Vote
6 Réponses
23rd Feb 2017, 4:15 PM
prijesh
It is true the "var" is getting deprecated and it replace by "const" and "let"?
variables
1 Vote
1 Réponse
25th Jan 2019, 4:18 AM
Unfair Society
Is it true that if i learn one Programming language, all the others will be easier to learn?
c
c#
c++
java
javascript
php
programming
python
ruby
1 Vote
5 Réponses
7th Oct 2017, 1:14 PM
AppInventor
whan can do write a operator same "or", but just any of two operant must be true ?
c#
operators
1 Vote
5 Réponses
4th Nov 2016, 11:13 PM
KiynL
What's the true purpose of generators? Why not use lists and range function instead?
generators
python
0 Vote
2 Réponses
15th Feb 2016, 10:28 AM
Diego Chinellato
What is the problem here
python
true
while
0 Vote
1 Réponse
25th Jan 2021, 9:08 AM
Ali Lahiani
Hello everyone. Now i am learning python. Should i learning other languge? I begin python - it's true
codelanguge
everyone
python
1 Vote
2 Réponses
19th Sep 2020, 9:35 PM
Murod Mirzaliyev
Is it true that the small letters are greater than capital letter.....in python.. Which means a>A
booleans
0 Vote
2 Réponses
5th Dec 2018, 8:41 AM
Uma
Some of my class don't match to css,i cherck everything, all is true but some don't match.please help me.
class
css
error
html
match
0 Vote
6 Réponses
13th Jul 2018, 8:50 AM
Saeid Nasiri
Write a Java program to display the lamp is no if its true or the light is off.
oop
-2 Votes
4 Réponses
20th Jun 2022, 6:04 PM
Milad Ahmed
Is it true that some professional developers can become proficient in any programming language in just 48 hours
developer
language
professional
proficient
programming
3 Votes
3 Réponses
6th Sep 2017, 11:17 PM
Samuel Agbanagba
C++ / Python: Why is 1==1.0 true? Why is 1==1.0000000000000001 true?
c++
python
true
1 Vote
1 Réponse
18th Sep 2020, 6:43 PM
Solus
In if statement 7==7 also true then that value also be printed... But it accepts only the first value.. Its wrong
if-statements
python
5 Votes
6 Réponses
13th Sep 2016, 5:41 PM
Vishnu Kumar P.S.
What is the function of true and false in python . I'm unable to understand it.
false
python
true
0 Vote
2 Réponses
8th Sep 2018, 12:43 PM
Aryav Shenoy
Explain this line of code..
append
cpython
lists
python
python3
true
4 Votes
17 Réponses
11th Sep 2018, 4:22 PM
Meet Rajpopat
I want to do paire button and img to display true or false. Thanks you sir.
and
button
img.
making
paire
-1 Vote
1 Réponse
25th Jul 2021, 1:26 PM
Malick Diagne
Seems that compiler is not properly evaluating True or False statements in Fitness goal project - keeps saying parentheses miss.
python
python3
1 Vote
3 Réponses
12th Jun 2023, 6:23 AM
Ivan Markovic
Python - What's wrong with the is_Empty return or my mind? Why does it not return True or False?
python
1 Vote
3 Réponses
11th Aug 2022, 7:33 PM
Didi
Map.has() is true/false
//
console.log(map.has('k2'));
true
0 Vote
3 Réponses
19th Jun 2019, 12:22 PM
RobertS
How can you tell Python 🐍 not to run the final statement if the try statement is true or also ran?
exceptions
3 Votes
3 Réponses
7th Oct 2019, 4:26 PM
Divine Darkey
>>> 1 != 1 False >>> "eleven" != "seven" True >>> 2 != 10 True...how is 1!=1 false, but 2!=10 true?
booleans
0 Vote
6 Réponses
21st May 2019, 11:15 AM
Mike Harris
Is java is used in making games? If its true so pl.. Tell me how to
java
jvm
0 Vote
3 Réponses
20th Apr 2017, 4:53 PM
Karan
Why the output of the second print function is True although not operator is used ?
boolean
python
0 Vote
3 Réponses
3rd Dec 2017, 2:11 PM
Đồng Vũ Minh Phúc
What is Boolean values?
booleans
false
true
values
3 Votes
5 Réponses
14th Mar 2018, 7:51 AM
Muhammad Shahzaib
Can someone explain to me what we mean by the boolean and his value true or false and when we use the boolean
c++
java
python
2 Votes
4 Réponses
28th Mar 2018, 9:39 PM
Aiman Aqari
A code to wait for certain number of minutes to check if condition is true
java
1 Vote
1 Réponse
19th Oct 2017, 10:02 AM
Sibusiso Mbambo
I need it to output true for input(superstars, pinapple/other flavor) can someone tell me why it says false?
python
1 Vote
2 Réponses
4th Apr 2020, 7:23 PM
עומר גניש
Can anyone help me to overcome this code?I'm able to get the 3&4 test cases to be true but 1,2&5 cases are showing failed.
code
codechallenge
java
2 Votes
6 Réponses
30th May 2020, 10:48 AM
Rani Devi Priyanka Gollakoti
The arrow operator has to be used with a pointer - True or False ????
pointers
0 Vote
1 Réponse
27th Jul 2018, 8:19 AM
Vector The King
[ ASSIGNMENT: ] Will you make it?
all
assignment
false
java
languages
method
return
task
true
37 Votes
27 Réponses
16th Apr 2018, 9:09 AM
Danijel Ivanović
Can this hold true ? If a number x has no divisor in the interval [2,x/2] , then x is prime.
c
c++
java
1 Vote
7 Réponses
21st Jan 2017, 11:03 AM
WONDE-TOM
The doubt is that in false statement the output is This is executed & in true statement also the output is the same... plz help
java
1 Vote
14 Réponses
29th Dec 2017, 4:23 PM
Lucky
How can i write a programme that takes an integer and returns True if its even ,without using multiplication,modulo&disivion .
p
0 Vote
4 Réponses
15th Oct 2020, 7:37 AM
They Call Me Ebbs
whan can do write a operator same "or", but just any of two operant must be true ?
c#
3 Votes
2 Réponses
5th Nov 2016, 7:13 AM
Томошов Максим
Hi Guys! I'm Kent Cabahug and my question is " Is it True that Computer Programming is Hard?" Thank You So Much Again! :)
computer
programming
6 Votes
8 Réponses
9th May 2017, 6:49 AM
Kendra
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
9
10
11
...
13
Suivant >
Aujourd'hui en vedette
Need a personal tutor
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Fix code
0 Votes
..
1 Votes
How can I turn my .py files to .exe files?
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
How Much RAM is Required for Object Detection Project
0 Votes
Beginner_to_SoloLearn
1 Votes
How to learn C++ and how long does it take
1 Votes