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
How I get 1 with a variable x and y with strings.out ?
notepad
3 Votes
1 Réponse
24th Nov 2019, 1:42 PM
Evergamer 00
I think mine is Ok, the results are 2 1 and game over. Why is this still wrong?
python
python3
0 Vote
8 Réponses
11th Feb 2021, 7:40 AM
Ratna13
Can anyone tell me why the output is only 0 & 1
java
0 Vote
3 Réponses
2nd May 2020, 5:42 AM
Shivam Rawal
What's the difference between 1 and 1.0? Do they have different use?
python
0 Vote
2 Réponses
7th Jul 2021, 3:46 AM
AJ Aj
Why this code print 1 in this code ?
python
python3
1 Vote
1 Réponse
29th Jan 2018, 11:42 AM
NIMA
Python - how can I enable to output stream to go 1 line up (using the sys.stdout.write)?
python
python3
0 Vote
10 Réponses
31st Aug 2021, 5:54 PM
ירון לביא
Trying to solve the popsicles problem but it's showing test case 1 green and 3 and 5 red what do I do next to solve the problem
popsile6
3 Votes
19 Réponses
18th Jun 2021, 4:38 PM
Samuel Affah
i = 2 while i <=5: print(i) i+= 1 print("Finished!")
loops
2 Votes
1 Réponse
23rd Feb 2018, 9:35 PM
Deepak Kumar
Not really a programming question but a technical question. Why do computers read binary and how? Part 1
computers
technical
4 Votes
15 Réponses
8th Apr 2017, 11:02 PM
Daniel
How do I go through the numbers from 1 to 100 in C #?
c#
1 Vote
2 Réponses
4th Mar 2021, 11:54 AM
Camilo Quejada
Help needed with Halloween Candy ,only test cases 1 and 2 r correct.
coach
code
python
1 Vote
2 Réponses
19th Jan 2023, 9:08 AM
Ochola Mark Joshua
You need to make a program for a leaderboard. The program needs to output the numbers 1 to 9, each on a separate line,
python
0 Vote
6 Réponses
26th Mar 2021, 4:40 AM
PAWAN KUMAR MAURYA
(answered)how can i make the input able to work with multiple of words instead of 1 ?
c++
0 Vote
8 Réponses
16th May 2022, 7:10 AM
learner
How can plus 1 to 100 odd number (use for i in range(1,101))
odd
python
0 Vote
6 Réponses
25th Mar 2017, 2:29 PM
정은희
What rule is using Python in ** 1?
1
power
python
2 Votes
3 Réponses
30th Dec 2022, 10:46 AM
JuZip
What is quark pairs of no 1 to n
programming
1 Vote
1 Réponse
15th Aug 2017, 10:17 AM
Afroz D Chowki
How does one add heading 1 to centered paragraph
html
0 Vote
1 Réponse
24th Dec 2016, 3:32 AM
ImpartingSea42
How is the length 3 and the rank 1
arrays
1 Vote
1 Réponse
12th Feb 2017, 1:53 AM
Christopher
How to collapse 2 row into 1 big <td>
<td>
0 Vote
1 Réponse
14th Nov 2016, 1:53 PM
Mashfique Alam
def factorial(x): if x == 1: return 1 else: return x * factorial(x-1) print(factorial(5))
recursion
0 Vote
4 Réponses
24th May 2020, 5:39 AM
ANONYMOUS
but if I write i += 1 the result is infinite, why?
generators
0 Vote
2 Réponses
18th Jun 2021, 1:34 PM
Likhon
Trying to figure out how to grab a random array then set interval by 1 seconds
arrays
javascript
0 Vote
8 Réponses
16th Oct 2019, 10:13 PM
Ade Bakari
What is the meaning of += symbol in python?
1
x
1 Vote
2 Réponses
2nd May 2017, 12:33 PM
Heerak Ghanesh (HERO)
Why is this output '0'? I think the answer is 1
sololearn
1 Vote
1 Réponse
29th Jun 2020, 4:40 AM
Hein Htet Soe
помогите с заданием, пожалуйста. программа на питоне умножения числа от 1 до n введенного
python
код
питон
помощь
2 Votes
3 Réponses
22nd Nov 2023, 9:57 AM
фнпсик
Why so many solo learns get stuck or quit in level 1 and level2 ?
beginners
for
help
2 Votes
4 Réponses
19th Apr 2019, 12:50 PM
Programmer Raja
How to take input from user on c++ more then 1 time.Is it possible
btf
hoop.server
nbs
0 Vote
4 Réponses
23rd May 2021, 9:21 AM
Nbs.Hoop
Print 1 to 100 without loop or recursion or printing each number one by one ?
c
c++
java
javascript
loops
print
python
python3
recursion
ruby
2 Votes
8 Réponses
7th Jan 2017, 10:52 AM
heduson satchi
print('Hello world!') x = 1 while x < 10: if x%2 == 0: print(str(x) + " is even") else: print(str(x) + " is odd")
control
flow
0 Vote
2 Réponses
3rd May 2021, 9:16 AM
Faiq Ali
There is a problem in question 2, module 1 quiz, php
module1quiz
php
question2
1 Vote
2 Réponses
27th Dec 2017, 8:58 PM
Blue Tech
Can someone explain why this loop is not printing from 1 to 10?
devmoralist
java
javawizard
sololearn
0 Vote
3 Réponses
27th Sep 2019, 10:36 PM
DevMoralist
I’m working on Izzy the Iguana code coach challenge. My code work for all but 1 test case. What am I missing?!??
codechallenge
python
1 Vote
13 Réponses
7th Oct 2023, 3:38 AM
Josh Rhodes
JAVA question to find all the duck numbers from 1 to n
duck
java
loops
nested
number
programming
sololearn
2 Votes
3 Réponses
14th Sep 2017, 12:33 PM
Karan Kumar
Why the output is 1 why don't it shows 0 as it's output?
challenge_question
java
2 Votes
4 Réponses
21st Jun 2017, 3:46 AM
Tushar
Use looping to evaluate the c++ programming of the problem 1 . 100+x+(x5/2!)+(x9/9!)+(x13/13!)+…+++(xn+4 )/(n+4)!
c++
2 Votes
3 Réponses
14th Nov 2019, 12:39 AM
Wiz Bhea
I don't know why the second test case said the obesity is wrong,but test 1 said correct for underweight
python
1 Vote
9 Réponses
21st May 2022, 8:49 AM
David Tosin
Is it okay to have 1 .js file for each html page?
html
javascript
1 Vote
3 Réponses
22nd Dec 2018, 5:03 AM
noUseForAName
PHP Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, null given in
$thevalue
php
1 Vote
3 Réponses
6th May 2018, 9:21 PM
Kelly Arnold
Can you use JOIN & HAVING clause in 1 sql statement?
clauses
query
sql
1 Vote
2 Réponses
6th Jan 2018, 1:26 PM
Rashmi
Why the output of this matrix program is only 1 row?
java
matrix
program
1 Vote
2 Réponses
12th Dec 2017, 9:48 AM
Kevin Wijaya
1 point for 2 run scored- what's the condition and loop will applied in this. See the code. Is this true?
code
loops
print
python3
runtime
3 Votes
14 Réponses
30th Jan 2020, 3:34 PM
Utsav Singh
How to print random number from 1 to 10 without any module ?
python
unordered
1 Vote
1 Réponse
30th Oct 2022, 3:58 PM
Ratnapal Shende
Please I need help on why the alert gives a value of 1
javascript
1 Vote
3 Réponses
19th Jan 2020, 9:38 AM
Shazzar
I wrote print ( 3.14 + 1 )and it gave me output 4.140000000000001
input
output
python
2 Votes
4 Réponses
29th Jul 2016, 9:24 AM
Harsh Kanzariya
int x = 3; while(x > 0) { System.out.println(x); x--; } /* Outputs 3 2 1 */
loops
1 Vote
2 Réponses
6th Aug 2018, 11:49 AM
Saurabh Negi
How to ask computer to randomly choose a number between 1 to 6 in C#?
c#
3 Votes
3 Réponses
10th Sep 2019, 9:10 AM
General Sam
I dont know which 1 to start with..what is the different between javascript and php??
javascript
php
understand
5 Votes
2 Réponses
17th Apr 2018, 12:15 AM
Oloto Azeez Ishola
A bacteria culture starts with 500 bacteria and doubles in size every hour. Which means, after 1 hour the number of bacteria is
stuck
-9 Votes
8 Réponses
25th May 2021, 3:47 AM
Roshan Gaikwad
How to use class sector in html and css given 1 example
classes
css
html
0 Vote
4 Réponses
26th Jul 2017, 3:09 PM
Aswin anand cl
New Learner to Python: TypeError: __init__() missing 1 required positional argument: 'x'
help
learner
python
1 Vote
2 Réponses
11th Jul 2021, 8:05 AM
Julia Smith
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
21
22
23
...
41
Suivant >
Aujourd'hui en vedette
C pointers
2 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes