Cursos
Cursos
Code Compiler
Code Compiler
Discussão
Preços
Equipas
Iniciar sessão
Registar
Menu
Discussões Q&A
Pesquisar
Pesquisar
Fazer uma pergunta
Fazer uma pergunta
Why the result of this code "True in [True] in [True]" is False
array
in
python
7 Votos
3 Respostas
15th Feb 2018, 2:43 PM
Javier I. Rivera R.
Why ++x and x++ are showing same result in this code?
java
1 Voto
1 Resposta
26th May 2020, 4:08 PM
Harsh Vyas
How can I output only the last result of the code below?
python
1 Voto
3 Respostas
28th Jul 2022, 4:49 AM
No One
Below code is giving result two times but it should be one result.
java
0 Voto
8 Respostas
24th Oct 2017, 2:24 AM
Naagabaabu
can someone tell me what I'm doing wrong? I have outputs the result of 2 tests and 1 does not read the result from the first
javascript
0 Voto
3 Respostas
17th Jun 2021, 6:48 PM
iking л
damn id tried this many times the result is error!
java
notworking
0 Voto
3 Respostas
24th Jul 2017, 3:13 PM
Judee Worst
when we type print ("hello!") then it will show the result of hello!
print
-2 Votos
7 Respostas
1st May 2020, 9:51 AM
pankaj bante
What is the result of this code? def print_double(x): print(2 * x) print_double(3)
help
0 Voto
3 Respostas
20th Nov 2020, 5:46 PM
Bilal Fuad
What's the reason for the totally inequal result of print(x+y) and print(float(x)+float(y))?
float
print
python
python3
type-conversion
1 Voto
3 Respostas
26th Jul 2018, 12:47 PM
Felix
How can you access the result of a prompt box?
javascript
prompt
web
0 Voto
3 Respostas
27th Oct 2017, 10:26 PM
jacksonofgames 28
if i give an input as ‘a2’ it should result in ‘aa’
c
c++
0 Voto
3 Respostas
1st Aug 2019, 9:13 AM
balaji bala
Why does int/double result in infinity & not exception?
double
exceptions
int
0 Voto
2 Respostas
2nd Jun 2017, 7:29 PM
Bhavesh Sachanandani
How did they get the 3 in the result
lists
0 Voto
2 Respostas
5th Mar 2018, 2:46 AM
varun
Is x++ gives the result x+1 or x always?
java
0 Voto
2 Respostas
30th Dec 2016, 8:27 AM
jakt
How to make the result entered by user as number
input
output
-1 Voto
2 Respostas
25th Apr 2018, 10:38 AM
praveen
why in my result screen shown " Time limit exceeded"?
c
0 Voto
2 Respostas
11th Apr 2019, 5:57 PM
Pheap
How could I print out the same result but with better, short code?
python
3 Votos
5 Respostas
12th Mar 2018, 3:43 PM
Nahi Bul
what's the result of this codes? L,D=[],[] for x in range(4): D.append(x) L.append(D) print(L)
python
1 Voto
4 Respostas
8th Dec 2019, 4:21 PM
Bruce
If x=2 y=4 into result x_ _; system. out. println is what
operators
0 Voto
4 Respostas
23rd Mar 2019, 9:56 PM
Echobravo
Can someone please explain the result of this C# loop?
c#
loops
1 Voto
2 Respostas
7th Feb 2018, 11:02 AM
PinkBunny
Why is my code continue to show result after if
javas
1 Voto
2 Respostas
17th Feb 2018, 9:57 AM
Emil Tayeb
How can I compare the result of a function with numbers?
function-arguments
functions
python
python3
0 Voto
4 Respostas
19th Jun 2017, 10:48 PM
Massimiliano Orsini
X =7 can anyone tell me that result are depend on the program or that the X result is depending of who make a program
python
variables
0 Voto
4 Respostas
1st Nov 2016, 1:41 PM
petra
Calculate power (x^y) but not use power key.and show result (x^y). In C & C++ program
c
in
my
please
program
question
reply
0 Voto
11 Respostas
27th Aug 2019, 4:52 PM
pratima sharma
why when i test this the result is 1 when i wrote 1
c++
0 Voto
4 Respostas
19th Mar 2020, 12:18 PM
Maher Talip
When formatting text, can you get the same result when using different tags?
html
1 Voto
2 Respostas
22nd May 2017, 9:04 PM
Ram Pathak
A program to take time in 12hrs and output result in terms of 24hours.
sololearn
1 Voto
5 Respostas
4th Dec 2021, 9:05 PM
Etuge (The Optimist).
Is the for loop like while loop in the result
java
1 Voto
2 Respostas
8th Mar 2017, 9:08 AM
ALAMOUDI, WAEL MAKKI S
Will this java course result in a real life programmer?
java
1 Voto
2 Respostas
19th Aug 2016, 11:53 AM
Kudzai Vilika
9**(1/2) where 9 is at what exponentiation? To result 3.0?
strings
0 Voto
2 Respostas
18th Mar 2019, 9:34 AM
yosolo
Drag and drop to output the result adding 42 to 29, and multiplying the sum by 99
python
0 Voto
5 Respostas
15th Mar 2022, 12:26 PM
taher kanchwala
Why is the result of Remainder is 0 1 instead of only 1?
c
0 Voto
3 Respostas
3rd Nov 2021, 4:42 PM
Yvns Kito
How can i store the result printed on output screen in c or c++ language??
c
c++
output
printf
1 Voto
7 Respostas
7th May 2020, 2:52 PM
Nikhil Sharma
How come the result is 36 and 81? Explain
c#
methods
0 Voto
1 Resposta
1st Aug 2016, 1:00 PM
Ankit
whats wrong with this code : its not showing the output result
php
0 Voto
1 Resposta
27th Mar 2020, 3:56 PM
Mouhamad Shoubasi
What is the result of this code? nums = list(range(5)) print(nums[4])
=
code?
is
list(range(5))
nums
of
result
the
this
what
0 Voto
2 Respostas
19th Oct 2018, 3:53 PM
Popa Antonio
Wap in c++ to calculate mark of 5 subject of a student and multiply the result by 3 and find the result with average.
c++
0 Voto
1 Resposta
24th May 2019, 10:23 AM
Azizullah Meherzad
How to display the result of each execution next to my code in js debugger?
.
0 Voto
7 Respostas
7th Apr 2024, 9:45 AM
Baryal
<script> var arr= [-1,0,1,2,3,4,5,6,7,8]; var index= arr.indexOf(9); var result =index<0?1:0; console.log(result); <\script>
javascript
2 Votos
2 Respostas
3rd Apr 2019, 5:31 PM
KHUSHbu
How to add the result of JavaScript calculations inside my page ?
css3
html
javascript
1 Voto
2 Respostas
18th Feb 2020, 4:50 AM
pR¤[]{}^-^}[].js
Could someone help me solve why the result says i need an ')' ?
)
else-statements
help
if-statements
java
0 Voto
6 Respostas
5th Sep 2021, 1:00 PM
Michael Carr
JAVA: My code works, but gives one result for all test cases.
help
java
marathon
multiples
programming
1 Voto
2 Respostas
5th Dec 2021, 12:41 PM
Salma D. Elabsi
Why code return ( inf) at the first result of loop?
c++
cpp
loop
math
0 Voto
2 Respostas
7th Feb 2022, 6:52 AM
Mustafa Emad
What will be the end result if you complete a course.
an
app
be
can
create
it
or
to
used
website
2 Votos
2 Respostas
14th Dec 2017, 11:42 AM
Boateng Franklin
2**5 = 32 .. I dont understand how it can result 32 in python. can somebody help me .. thanx
numeric-operations
python
5 Votos
5 Respostas
2nd Mar 2016, 9:26 AM
Prakasa Devetek
How to run a .py file and keep the result dialog open
python
1 Voto
4 Respostas
12th Apr 2017, 9:30 AM
dailei
Query the list of CITY names ending with vowels (a, e, i, o, u) from STATION. Your result cannot contain duplicates.
sql
0 Voto
16 Respostas
19th Dec 2016, 9:56 AM
Akwin Lopez
When formatting text, can you get the same result when using different tags?
html
0 Voto
3 Respostas
25th Sep 2018, 5:54 PM
Pietje Bel
Coding challange
challange
coding
frequency
result
9 Votos
2 Respostas
15th Mar 2019, 8:52 AM
Night_fury~
What is the sequence of operator while deriving the result of (x<y<z) if x=2, y=9 & z=10
python
python3
3 Votos
4 Respostas
30th Aug 2019, 12:21 PM
Amit Saxena
Fazer uma pergunta
Fazer uma pergunta
Fazer uma pergunta
Fazer uma pergunta
< Anterior
1
...
10
11
12
...
21
Seguinte >
Popular hoje
Java IDE for building a game.
1 Votes
a phone or a laptop
0 Votes
Best programming languages to get a job fast ?
0 Votes
Where is code bit
0 Votes
Certificates
0 Votes
Regarding platform
1 Votes
How can A.I be used for social media manager ?
0 Votes
Inquiry for img code
0 Votes