Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Why is it when I try to log in to sololearn it doesn't work?
account
help
log-in
login
support
0 Vote
1 Réponse
19th Apr 2022, 9:03 PM
Gabriel Bueno
I don' t know the meaning of bitwise inclusive or operator and how does it work?
c++
operators
0 Vote
1 Réponse
18th Jan 2020, 10:50 AM
Stephen Jobs
I can't figure out why the code will not work? How do you put two or more commands in a while loop for Javascript?
javascript
1 Vote
6 Réponses
31st Mar 2022, 7:21 PM
Loganmobkiller1 !?!?!
I don't get it: I tried to put STROKE in the code and it doesn't work.... How to make it work?
help
2 Votes
3 Réponses
15th Feb 2023, 2:52 AM
Coral Ley
Guys I tried to write my code in visual studio and it worked but in sololearn's code playground it doesn't work?
codeplayground
css
html
javascript
question
web
1 Vote
3 Réponses
7th Feb 2022, 3:14 AM
Dream
Password generator and cracker of these // Why does my code not work? someone help me please
crack
cracker
hard
password
python
0 Vote
2 Réponses
22nd Aug 2019, 12:50 PM
Antonio Francisco Conesa
May one tell me how the input function work? The program stops running when I use it and it stops giving results.
python
1 Vote
4 Réponses
8th Dec 2020, 12:59 AM
Solo
Is there some ways to plot things such as graphics in the code playground because module matplotlib apparently doesn't work?
codeplayground
graphics
python3
2 Votes
3 Réponses
18th Apr 2017, 4:53 PM
Paul
I can't download codeblock on my mac computer. Anyone know if I can get it to work?
c++
0 Vote
3 Réponses
3rd Dec 2017, 4:29 PM
Pada Kim
can someone tell me how cubic-benzier function numbers (1,1,1,1) work? how are those 4 numbers effect the transition?
css
css3
functions
transition
1 Vote
3 Réponses
11th Aug 2016, 8:24 AM
Fatih GÜNGÖR
Hey im totally new to this. Can someone please explain why the code given below does not properly work?
help
new
noob
operators
1 Vote
2 Réponses
30th Mar 2019, 11:44 PM
Norbert Ramaj
Someone has experiences with pair programing some small Projects in Javascript and/or React, how does this work?
javascript
react
0 Vote
1 Réponse
14th Mar 2022, 10:33 AM
drahos kovac
Is this how html colors work? I'm trying to figure out how to pick my hexadecimal codes.
colors
html
0 Vote
3 Réponses
21st Apr 2017, 8:08 PM
Cosmo Nibbs
Help me there..... It seems difficult to me.How does it work? Anyone explain it easily please. Here is the code below:
python
0 Vote
3 Réponses
6th Apr 2021, 4:05 PM
Chinmoy Roy
What are the most requested programming languages at work? Do you have to be good at math to program?
languages
programming
0 Vote
3 Réponses
10th Nov 2019, 11:08 AM
LegendNB
How many times will the following loop work? int x = 0; int y = 5; while (x < y) { System.out.println("Hello"); x++; }
o
0 Vote
5 Réponses
5th May 2022, 6:00 AM
jayson abion
Just trying out my code for fun but when asked about my age and I typed no then it skipped a line..how do I make it work?
c++
0 Vote
6 Réponses
8th Feb 2022, 6:59 AM
Kelzang Thinley
Anyone work or study in the physical sciences and use code at school or work?
CHEMISTRY
codingforwork
mathematics
physics
0 Vote
1 Réponse
20th Jun 2017, 2:13 AM
Adam Schmitt
Please, explain why there is only one value printed in output of this example. Why doesn't range (5) work?
modules
python
0 Vote
4 Réponses
14th Feb 2017, 6:21 AM
Sergio
How does px work? does it go off original image size? What is equivalent of 100% in px?
images
1 Vote
2 Réponses
6th Jul 2018, 4:53 PM
Webcodess
How do i make this work? It is supposed to to let you insert two variables (a name and score) and print the mark.
c++
1 Vote
4 Réponses
2nd Jun 2019, 6:24 PM
SolomonDavid Akesoba
All this coding seems scaring to me. Pls does one have to memorize everything by heart? Or how does it work? I need an answer.
web
2 Votes
5 Réponses
18th Jan 2017, 9:40 PM
Gad Patrick
Any way to make cin on iphone work? Only one input is allowed and prompts are never displayed
c++
0 Vote
3 Réponses
12th Dec 2016, 4:58 AM
Ryan Wiberg
if i like to do python programming from where do i get the consumers for work?
i
0 Vote
1 Réponse
28th Feb 2017, 1:03 AM
Prathibha Chaudhary
why won't it work? :( why won't the if and while function accept my in statement
basic
calculator
python
0 Vote
1 Réponse
15th Nov 2016, 1:39 PM
Dave Matthew
Why doesn't it work? where is the problem from? He only asks a question once and does not ask a second time, why?
python
0 Vote
3 Réponses
14th Jun 2023, 11:29 AM
Amirhossein
Why does this “gets” not work? If I place an integer in place of “gets” the program works fine. Curious!
gets
0 Vote
2 Réponses
26th Apr 2018, 7:21 PM
Charles W Hsu
How to use except and raise in python? How they are different and how they work? Would be grateful if someone helps.
except
python3
raise
0 Vote
3 Réponses
16th Mar 2020, 5:45 AM
MD.Ualiur Rahman Rahat
Tell me my friends why this code does not work? And do not give (wellcom) or (goodbye)? what is the problem ?
html
input
java
javascript
python
python3
sololearn
0 Vote
2 Réponses
6th Jun 2019, 9:33 PM
reza
Hello could someone explain to me why this arduino code doesn't work? It says that " 'n' was not declared in this scope" thanks.
arduino
1 Vote
4 Réponses
12th Feb 2019, 9:11 PM
Alexis Durand
I write the python on IDLE like this (testing) >> a =("Hello World") >> print(a) i save it with ".py" why not work?
python3
0 Vote
5 Réponses
3rd Jul 2017, 12:57 PM
Fariz Duta Nugraha
Whats the difference between ++x, and x++... How do they work? And kindly give examples and challenges to test if i understand
c++
loops
-1 Vote
5 Réponses
19th Sep 2017, 4:55 AM
Nduta
Heres a good a question. What is a virus? Including all the types (Trojan, worm, malware, spyware, ect) and how do they work?
coding
cyber-security
hacking
malware
spyware
trojan
virus
worm
2 Votes
2 Réponses
11th Jan 2018, 11:12 AM
Hazzbyte
How would a text adventure game work? Is it just a page with the scenario content (text/img) with new page links for choices?
games
gaming
html
html5
1 Vote
4 Réponses
25th Oct 2016, 4:53 PM
Marc Boutin
How can I make my first Java code work? I'm only level 2 but I want to make a countdown from 5 to 1 with an exclamation.
2
countdown
if
java
level
statement
string
0 Vote
5 Réponses
23rd Mar 2020, 3:29 AM
Johnna Boots
Hello, do you work as a programmer? In which languages do you code and in which country do you work? Local or remote?
freelancer
languages
work
0 Vote
2 Réponses
24th Mar 2020, 2:46 AM
Carlos Martinez
So drag and drop is only a usable part of HTML5 with JavaScript? Without JavaScript it won't work?
drag-drop
html
0 Vote
2 Réponses
15th Apr 2016, 3:03 AM
Emma Theobald
I wanna end the while loop when the user enters a value that is not either a float or integer. Why doesn’t this code work?
beginner
help
python
0 Vote
2 Réponses
12th Feb 2022, 2:51 PM
max
So I am taking on a large project, What Do I need to learn exactly to make it work?
restful
web
0 Vote
1 Réponse
26th Mar 2020, 12:50 AM
Aaron Katz-Gager
Does it work? When i run it says time exceeded if this is not working how to make something like this
if
while
0 Vote
2 Réponses
14th Jul 2019, 3:48 PM
ghossttt12337tr
Is it going to work? Balls vs Blocks phone game I tried to make using Visual Studio winforms
c#
winforms
0 Vote
1 Réponse
13th Jul 2017, 11:09 AM
Stanislav Donev
What is the use of id attribute of input in form element in HTML 5?How does it work? Also the name and type and value attribute
formelement
html5
idattribute
1 Vote
4 Réponses
29th Oct 2020, 2:48 AM
Aryan
Sometimes I see in the tag input an attribut like onclick how does it work? Where can I have the lists of events like onclick ??
html5
javascript
1 Vote
4 Réponses
2nd Apr 2018, 7:15 AM
Armel
About HTML How should I insert src for tags like img in sololearn compiler to work? When I insert the fileplace it doesnot work
html
image
src
0 Vote
3 Réponses
3rd May 2020, 4:15 PM
alireza
[How to create a custom one] The Facebook, Instagram, Twitter 's (or even Sololearn) News Feed... How does their algorithm work?
algorithm
facebook
instagram
newsfeed
sololearn
twitter
1 Vote
1 Réponse
21st Mar 2019, 4:09 PM
David Ajaba
I'm trying to use the try-catch to handle user's input exception. Can someone please help me to figure out why it doesn't work?
code
error
exceptions
java
2 Votes
2 Réponses
21st Aug 2017, 8:47 PM
Ziv
How do you type a Python identation? must it be through the TAB key, or one (or more) spaces work?
python
0 Vote
2 Réponses
22nd Jul 2016, 3:45 AM
Mauricio Losilla
How do these 'name' and 'value' attributes in the <input ...> tag work? I mean what do they mean?
forms
html
0 Vote
1 Réponse
17th May 2017, 4:14 PM
Bikash Thapa
Which things in math i should be good to be good in software and can i achieve good skills in software by hard work?
progress
1 Vote
2 Réponses
8th May 2018, 8:34 PM
tarok
i finished html and html5 now im in css i wanted to know how much does ut take that i can do pro work?
beginner
css
html
html5
0 Vote
2 Réponses
27th Feb 2021, 8:22 PM
Sina Abbasi
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
24
25
26
Suivant >
Aujourd'hui en vedette
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
why do people say programming is hard
0 Votes