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
Pleaee .. what is the result of this code?
lists
python
0 Votos
4 Respuestas
20th Apr 2017, 1:30 PM
Giuseppe Reho
Why the result is showing 1,2,3,4,5,6?where did the 6 come from?
loops
1 Voto
5 Respuestas
15th Sep 2020, 12:23 PM
Muhtasinul
Why is the result getting converted to str?
python3
type-conversion
1 Voto
2 Respuestas
27th Jun 2017, 3:53 AM
Abhishek Hugar
Who are the winners of BTS.
bts
result
winner
6 Votos
2 Respuestas
2nd Oct 2020, 7:00 AM
Mr. Beast
can someone explain to me why the result is 8 ?
python
0 Votos
4 Respuestas
18th Mar 2022, 11:01 AM
Game0ver
What would be the result of this code if not 6? nums=[9,8,7,6,5] nums.append(4) nums.insert(2,11) Print(len(nums))
lists
python
-4 Votos
8 Respuestas
26th Aug 2016, 3:00 PM
harkirat singh
I can't see any result when I use "inherit";why??
css
font
0 Votos
4 Respuestas
28th Jan 2017, 10:08 AM
Kundan Kumar
How to add the result ? ( Description )
c++
0 Votos
4 Respuestas
14th Feb 2017, 4:29 PM
preeth_learner
Can someone explain how the result is 6 ??
u
0 Votos
1 Respuesta
21st Jul 2023, 11:43 AM
احمد حافظ احمد عبدالله عبدالرحمن
i want to print the result to the nearest integer
java
0 Votos
5 Respuestas
12th Sep 2021, 1:38 AM
STOP
How do I code to get a result
javascript
0 Votos
1 Respuesta
19th Aug 2022, 5:14 PM
Masaki Makino
Hi everyone, why the result of console.log(eval("2*2"+4)) equal 48 ?
eval()
javascript
0 Votos
2 Respuestas
20th Aug 2019, 4:46 PM
Hjjko
why is this working while the result is not an integer?
java
0 Votos
4 Respuestas
8th Sep 2020, 3:17 PM
Mahdi (Twelve Imam)
[Solved] Why is the result of the and operator equal to [1,1,1] here?
and
list
numerical
python
6 Votos
4 Respuestas
7th Mar 2020, 10:18 PM
Sonic
What is the result of the following code if the HTML contains <p>1</p>?
jquery
8 Votos
2 Respuestas
8th Sep 2020, 8:01 AM
Rashid Hussein
I don't understand result this challenge is 3, help me please!
javascript
5 Votos
4 Respuestas
19th Sep 2017, 10:55 AM
Trưởng Nguyễn
Problem in result of two version of C code
#c
#c_language
#clanguage
0 Votos
3 Respuestas
28th Dec 2018, 6:24 PM
Hemmat
How can I shrink the decimal value in the result
chemistry
code
codeplayground
float
math
mole
python
0 Votos
2 Respuestas
21st Sep 2023, 2:49 PM
P A Arrchith Iyer
how to get the result of [1,1].insert(1,3)([1,3,1]) without using b=[1,1]b.insert(1,3) ?
insert
lists
python
variables
1 Voto
7 Respuestas
19th Oct 2017, 9:40 AM
lwluowei
public class Program { public static void main(String[] args) { int result = 0; for (int i=0; i<5; i++) { if (i==3) { result += 10; } else { result += i; } } System.out.println(result); } } The result is 17. But how? I want to understand. please help.
java
0 Votos
3 Respuestas
5th Jul 2016, 5:04 PM
Beniamin Firtala
What would be the result of the following code: '{0}{1}{0}'.format(1, 0)?
python3
0 Votos
5 Respuestas
23rd Jul 2020, 10:29 AM
Abhijeet Bhati
foo = list(range(1,10)) result = list(filter(lambda x:x/2 ==1,foo)) print (result)
python3
0 Votos
3 Respuestas
17th Apr 2020, 9:56 AM
YA Noor
Why would a practise not give any result at all?
broken
practice
0 Votos
3 Respuestas
5th Jan 2023, 9:41 PM
Dibley Mark
What's wrong with the code? Test result 3 always fails.
cheercreator
code
error
python
1 Voto
3 Respuestas
14th Sep 2020, 5:12 PM
Jit Saiba
How to copy result into a text file using python?
python3
0 Votos
2 Respuestas
28th Oct 2020, 8:15 PM
perkins royal
int x = 14; int y = x++; System.out.println(x++); why result is 15?
java
operators
postfix
1 Voto
7 Respuestas
31st Jan 2020, 5:27 PM
Mush
How to make the end result within the screen
coding
help
webdevelopment
1 Voto
1 Respuesta
13th Dec 2020, 11:49 AM
Aman Virha
How to print array [1,0,5,0,6,7,2,0] and result is 1,2,5,6,7,0,0,0 in java
array
1 Voto
5 Respuestas
24th Aug 2018, 1:37 PM
Rajesh Shinde
what is the result of "23"+"45"? Is it 2345 or 68?
c++
data-types
1 Voto
6 Respuestas
6th Jan 2018, 2:33 PM
Tesneem Tarik Mohamed
What is the result of converting Null to boolean in JavaScript.
javascript
0 Votos
5 Respuestas
30th Jan 2021, 9:05 AM
PRINCE TAWIAH
Why there's "None" at the end of result ?
python
1 Voto
1 Respuesta
23rd Mar 2019, 9:47 PM
Joe Lishuai Lin
Explain why result is "ssl" ? Why two 's', and not one 's'?
c++
7 Votos
4 Respuestas
20th Apr 2019, 6:43 PM
UraL
Truth Table Generator wont show correct result when user inputs Logical NOT
boolean
c
truthtable
1 Voto
3 Respuestas
3rd May 2024, 8:59 AM
Jade Tito
How to use the output result for a different operation
c++
help
1 Voto
4 Respuestas
19th Feb 2018, 10:16 PM
Victor Takev
What’s the result of using a modulus operator for 38%5?
ioejriotuiof
1 Voto
3 Respuestas
18th Dec 2020, 9:15 AM
jabran khan
why got it this result in compare two string? javascript
compare
false
string
true
two
0 Votos
2 Respuestas
17th Mar 2020, 5:06 AM
MetaCop
I am stuck here anyone suggest what going wrong i got same result
c
coach
code
output
same
2 Votos
4 Respuestas
29th Apr 2020, 10:09 AM
Samarendra Singh
can someone help me print result for this function?
algoritm
function
logic
0 Votos
1 Respuesta
25th Jun 2018, 4:24 PM
Ibnu Peristiawan Azis
I don't understand, why result is 6 def func(x): res=0 for i in range(x): res+= i return res print (func (4))
python
3 Votos
16 Respuestas
8th Sep 2016, 12:47 PM
Giorgi
How to get result Sort by best match
mysql
sql
0 Votos
1 Respuesta
9th Jul 2017, 1:28 AM
Pavan Karumuri
Could you explain the result of this code in java?
java
0 Votos
3 Respuestas
20th Jun 2018, 10:53 PM
Caty Zurano
What is returned as a result of calling puzzle(22, 11)?
java
0 Votos
3 Respuestas
30th Jun 2018, 6:54 AM
VISHAL BHAUSAHEB PATIL
Write a program to calculate the amount that will result from the doubling to understand which choice results in a larger amount
pyhton
0 Votos
5 Respuestas
3rd May 2021, 1:19 PM
Memet Ekin Parlar
[WEB] Which unit has the same value and result to any devices?
unit
web
3 Votos
3 Respuestas
15th Aug 2018, 2:57 AM
Email Not Activated
What is the result value of the following expression?
javascript
1 Voto
2 Respuestas
22nd Jan 2018, 10:48 AM
Aeron Creer
Hie Guys, why is it the result of this print (2*5) is 10.0 which is a float, but the result of this print (2**5) is 32 an integ
print
0 Votos
6 Respuestas
22nd Oct 2021, 3:46 AM
Tawanda Makuvise
Where did i got the result of program
javascript
0 Votos
2 Respuestas
26th Jan 2017, 12:50 PM
Divya
wired result? (paint costs / code coach)
coash
code
result
0 Votos
5 Respuestas
20th Jul 2021, 6:07 PM
Eyad Al-Ahmar
Unsigned variables. Why does the result turn out to be -1?
unsignedvariables
0 Votos
2 Respuestas
15th Feb 2024, 9:54 PM
anofris
Why modulus (%) operator gives different result in compiler and calculator ?
c++_operators
modulus_operator
operators
6 Votos
4 Respuestas
1st May 2017, 4:43 PM
Waqas Ahmed
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
8
9
10
...
21
Siguiente >
En tendencia hoy
Hey, is the "Snowflake" mission not working?
0 Votes
Discrete-Time Signal Representation
1 Votes
How to make a 2d game
1 Votes
Bug in the answers checking algorithms?
1 Votes
Html
2 Votes
Create a program that will allow user to input grades from five subjects and display the average grade.
1 Votes
Detach thread exception
1 Votes
Not video
1 Votes
I want to learn Lua but don’t know where
3 Votes
Qt timer timeout
0 Votes