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 explain the working of the following code:
c++
explain
output
while
working
1 Voto
2 Respuestas
17th Feb 2017, 4:32 PM
Himanshu Kumar
What is wronh in this code: def my_func(x); assert x>0, "error" print(x) my_func(-1)
assertions
5 Votos
3 Respuestas
16th Jan 2019, 2:06 PM
Anonymous....
How the answer is 8 for the following code:
c#
methods
2 Votos
3 Respuestas
22nd May 2017, 9:00 AM
Rishabh saxena
What will be the output of the code:
c++
0 Votos
2 Respuestas
18th Dec 2017, 8:43 PM
rajmit kevadiya
how can i trace letter by letter? please in this code:
java
0 Votos
10 Respuestas
5th Sep 2017, 10:20 PM
Noush Rabah
Why Base b; is an error on this code:
error
why
3 Votos
1 Respuesta
1st Aug 2017, 1:58 AM
Gustave A C/D C 🛸 🛸🚀
Why static is used in code: static void speak(){ }
java
sololearn
static
1 Voto
3 Respuestas
23rd Jul 2019, 10:27 AM
Satnam Singh
¿anyone know how to read this code: 0x2A3454 , "\x10\x40\x1C\x46", 4);
no
se
-1 Voto
6 Respuestas
23rd Apr 2020, 8:06 PM
IGNACIO
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
Question: https://www.sololearn.com/coach/22?ref=app
.
code:
my
0 Votos
4 Respuestas
23rd May 2021, 5:56 AM
Md Abu Taher
Someone please help me find out what's wrong with this code:
candy
halloween
1 Voto
3 Respuestas
26th Mar 2020, 7:31 PM
John Ifegwu
Why do we get ZeroDivisionError also as output for the code:
exceptions
python
try/except
1 Voto
3 Respuestas
13th Feb 2019, 9:15 AM
Kashif Nawaz
🆘 Maybe it's something wrong with me but I don't understand why in the 🐍 code:
classes
instances
python
8 Votos
7 Respuestas
18th Apr 2020, 10:04 PM
Janusz Bujak 🇵🇱
Can somebody please help me out with the "Bob The Builder" question. Here's my code:
machinelearning
python
2 Votos
8 Respuestas
3rd Aug 2021, 7:59 PM
Srijito Ghosh
What is the time ,space Complexity of the following code:
and
complexity
space
time
-1 Voto
1 Respuesta
7th Jul 2020, 8:09 AM
Precious Chisom Obisike
Why the output is a=3 b=5 and not a=3 b=4 for the code:
c
0 Votos
5 Respuestas
20th Nov 2020, 12:31 PM
Tom Tanner
I sometimes have some problems with selecting elements from DOM. For example in this code:
dom
html
javascript
11 Votos
8 Respuestas
26th Jan 2017, 4:05 PM
Aydin
I want an explanation to this code: What is it "|"
python
0 Votos
3 Respuestas
4th May 2017, 2:58 PM
Jean Gastien Kwimang Fouby
Please help me to write object oriented of this java code:
java
0 Votos
2 Respuestas
9th Oct 2018, 4:05 PM
hamid
I made a mistake in the code: I can not find where. help me please =)
codeplayground
python
0 Votos
8 Respuestas
12th May 2020, 6:29 PM
Ivan Sholokhov
Hi guys I'm new in java can anyone help me to print out a reversed string this my code:
java
1 Voto
14 Respuestas
16th Sep 2021, 10:25 AM
Coderalgeria
can any one explain how the out put comes for this code:
whileloop
1 Voto
2 Respuestas
23rd Dec 2016, 5:15 PM
Leoulg
What is the meaning in following java code: String s1="hello"; String s2="hello";boolean c=s1.equals(s2); System.out.println(c);
equals
java
strings
1 Voto
4 Respuestas
1st Dec 2016, 8:03 PM
Sagar Maharana
What is the value of a3 in the following code: string a1,a2,a3; a1="45" a2="31" a3=a2+a1;
c++
logicalexpression
strings
variables
2 Votos
6 Respuestas
27th Sep 2016, 5:51 PM
Devansh Kaushik
Who wants to help me learn also German by joining my Doulingo Club "App Programmers"? Code: CVZBKD
german
germany
learn
programmers
3 Votos
11 Respuestas
10th Jul 2017, 7:08 PM
Klodian Lula
Can someone please explain each part of this code: Console.Write("{0, 8}", tipRate.ToString("F"));
c#
loops
1 Voto
1 Respuesta
20th Sep 2017, 7:37 PM
Abdul Hamid Durrani
Write the output after removing the error in given code: for a in range(10,0,-2) print (a)
do
how
python3
thisquestion
to
0 Votos
4 Respuestas
3rd Dec 2020, 11:11 AM
Rohit Kumar Chanotra
I am trying to make a dropdown list, Can someone please tell me what is wrong in this code:
css3
errors
html5
2 Votos
3 Respuestas
1st Sep 2019, 1:38 AM
Izuku Midoria
I face test case problem of hovercraft code coach in Sololearn. Please help me. Here is my code:
case
coach
code
hovercraft
problem
python
test
2 Votos
3 Respuestas
4th Mar 2023, 6:29 AM
Dipanita Saha
My most popular code: My Followers 👤👤👥👤👥👥👤👥👤👤👥 has lost all his 5️⃣9️⃣4️⃣ likes⁉️ [FIXED] [Bug is back] [FIXED AGAIN]
bug
sololearn
5 Votos
3 Respuestas
7th Jun 2022, 6:52 PM
Janusz Bujak 🇵🇱
guys what's the way to solve the IMC calculator in Python beginners? Hidden test 4 fails, Take a look at my code: help!!
help
imccalculator
python
python3
3 Votos
8 Respuestas
28th May 2021, 11:09 PM
Juan Bohórquez
Error in my code: String cannot be converted to int / String cannot be converted to double
attributes
getters
setters
0 Votos
4 Respuestas
22nd Dec 2017, 10:10 PM
ota.234
When I did a tutorial about Unity 3d I learnt to display a result with the code: Debug.Log( "message");
c#
output
0 Votos
6 Respuestas
9th Aug 2016, 9:41 AM
Siegfried_27
I just started programming from scratch. Can somebody explain this line of code: Console.Write(someNums[k, j]+" ");
arrays
c#
0 Votos
2 Respuestas
26th Jul 2017, 1:54 PM
Shaik Abdullah Shah Alam
here is my code: $(function () { $('.slideArnd').click(function () { $('dt a, dd, h1, h2, h3, h4, p, img').slideUp(
javascript
jquery
0 Votos
2 Respuestas
5th Apr 2021, 11:21 AM
CedyAdvance
In the code: for(x=1; x<=5; x++) { system.out.printIn(x); } ++x and x++ has no difference in the output ... why?
java
loops
-1 Voto
3 Respuestas
13th Mar 2017, 8:51 AM
Karuna Kukreja
hey guys i m a free lancer in web designing n i 've a ques. Can smbdy chk out my code:
c++
1 Voto
4 Respuestas
12th Jun 2016, 7:20 AM
Harshveer
I am stuck in a problem while solving jungle camping example in c, can anyone please solve this issue? Here is my code:
c
camping
jungle
1 Voto
2 Respuestas
18th May 2020, 1:42 PM
Abhishek Shivade
Can somebody help me with Match Results the course is go my code: func main() { results := []string{"w", "l", "w", "d", "w",
code
course
go
have
help
i
is
my
please
the
0 Votos
2 Respuestas
20th Jul 2021, 4:41 PM
Michael smith
Show the printout of the following code: Suppose the input is 2 3 4 5 0. What is the output of the following code?
java
0 Votos
2 Respuestas
24th Nov 2020, 12:48 PM
Zaina Fannana
Need some help in HTML task: there is a message on the platform says that there is a problem on the body of the code:
html
1 Voto
2 Respuestas
17th Jul 2025, 2:37 PM
Abubakr Abdalhafeez
If I'm use this version of code: open(test.bin,b) - why test say me "error"? Atribute "r" was set by default or not?
files
python
0 Votos
3 Respuestas
6th Dec 2016, 7:10 AM
Сергей Осадчий
Hey Everyone! Please help me, it's so serious! I would like to make a code for a shutter control in C++, here's the code:
c++
1 Voto
1 Respuesta
11th Jun 2018, 7:06 PM
Benedek Szabó
Which choice is the output value of the following code: var a = 0 let b = ++a let c = a++ print("\(a) \(b) \(c)")
operators
swift
2 Votos
2 Respuestas
6th Sep 2016, 7:34 AM
Fetsi Hlase
Can some buddy hep me?? What is the value of a3 in the following code: string a1,a2,a3; a1="45" a2="31" a3=a2+a1;
c++
logicalexpression
strings
variables
0 Votos
1 Respuesta
28th Sep 2016, 7:41 AM
Devansh Kaushik
I tried this code: def multiply_numbers(x, y): if x>y: return x else: return x*y print(multiply_numbers(4, 5)) It says syntax error on line 4. Can someone please help out?
functions
python
1 Voto
7 Respuestas
31st Aug 2016, 9:58 AM
Odogwudozilla
see my code: I am trying to repeat my alarm on the user request, but it doesn't work, give me advice please
android
java
0 Votos
2 Respuestas
25th Dec 2017, 7:03 PM
John
my javascipt code shows nothing there is the code: <!DOCTYPE html> <html> <body> <script> document. write ("Hello, World"); </script> </body> </html> pls tell what's the error.
javascript
-2 Votos
5 Respuestas
8th Jul 2016, 10:38 AM
Ayush chadha
How to remove all occurences from doubly linked list in java? Here is my code: Contents means the data in my node - it is String
java
0 Votos
1 Respuesta
21st Apr 2018, 12:21 PM
Abdurakhmonjon Makhkamjonov
hello. please help me to understand this code: int main(){ int i=50, b=20,c=30; i=c,b; cout<<i<<endl; i=(c,b); cout<<i<<endl; } outputs: 30 20 I don't realize, what does the parantheses change (3 and 5 line)
c++
1 Voto
3 Respuestas
23rd Jun 2016, 4:42 PM
Dennis
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
Siguiente >
En tendencia hoy
I'm about to make a complex calculator in python
1 Votes
why is python community is too small in sololearn?
1 Votes
Audio adding
1 Votes
C#
0 Votes
The best python learning app ????
1 Votes
%
0 Votes
Stuck in Quize
1 Votes
C Program
0 Votes
What is problem in this code
0 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes