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
Currently, i have spend more than 1 hours trying to get the simple calculate on the Python course using input.
python
1 Vote
3 Réponses
10th Sep 2021, 12:12 AM
Ogbemudia Samuel
Вам необходимо составить программу для таблицы лидеров. Программа должна выводить числа от 1 до 9, каждое на отдельной строке
python
-1 Vote
2 Réponses
29th Jan 2022, 3:31 PM
DAHIST
kindly explain.When n<=2 ,the answer is 5 ,but when n<=1,answer is 3. While n=n%5 so 9%5= 4. While 4 is bigger than both 1 and 2
def
return
1 Vote
7 Réponses
25th Jun 2022, 11:42 AM
Tafseer Ahmad
problema al resolver el primer reto de transport para ingresar resultado en test case 1 y test case2
ayuda
0 Vote
1 Réponse
7th Jan 2021, 4:01 PM
Mireya Pena Carcamo
What is the result of the following expression? 1 + 3 / 2 – 7 % 3
java
1 Vote
2 Réponses
13th Aug 2017, 12:52 PM
Shreyansh
words = ["hello", "world", "spam", "eggs"] counter = 0 max_index = len(words) - 1 while counter <= max_index: word = words
counter
0 Vote
4 Réponses
11th Jun 2018, 4:20 PM
Anurag
This s a question n d challenge. I dont understand how it works.How ans 1 came?Can any1 plz explain??
challenges
java
4 Votes
2 Réponses
2nd Jul 2017, 4:14 PM
Rose
Write C++ program to print the numbers from 1 to 36 each 4 on one line (nested for loop)
help
please
-1 Vote
3 Réponses
12th Jun 2021, 8:42 PM
Amjed Alogaidi
Why does it say there is 1 item in the list while there are four items?
lists
python
1 Vote
2 Réponses
3rd Aug 2016, 3:19 PM
Nadir Nour
How To Put a Trap Invalid Selection That limits Choices from 1 to 2
java
0 Vote
1 Réponse
26th Nov 2018, 1:44 PM
Lorenze Saledain
there are eclipse mars 1 and mars 2 are available. which one should choose?
eclipse
java
0 Vote
1 Réponse
31st Dec 2016, 12:06 PM
Mohit Jadhav
Is it possible to generate a random String between 1 and 3 in Python?
python3
0 Vote
1 Réponse
11th Jan 2018, 6:14 PM
Xontus
can i get job with only java coding knowledge if i got 1 backlog..?
backlog
c
java
0 Vote
1 Réponse
8th Jun 2017, 2:44 PM
nagabrahmam upputuri
Code blocks is frequently showing error - 1d returned 1 exit status permission denied.
codeblocks
0 Vote
1 Réponse
2nd Nov 2017, 12:32 PM
Gokul Krishna
write a program for the series 1 2 2 4 8 32 in "javascript"
javascript
-2 Votes
2 Réponses
9th Mar 2022, 5:59 PM
Hardik Mishra
Write a java program to print greatest prime number of between 1 to 500
java
0 Vote
1 Réponse
23rd Oct 2017, 3:11 PM
Amit
I added on Jan.s Blog #2 a quote between paragraph 1 and paragraph 2.
blog
html
1 Vote
1 Réponse
9th Oct 2017, 1:58 PM
Jan Sunshine53
Using the internal css method, Should the html and css be written simultaneously or 1 needs to be written first? What works 4 u?
css
html
1 Vote
6 Réponses
22nd Sep 2019, 4:30 PM
Emmanuel Sakyi
Please explain how " rocket " is on index 1 and "plane" on index 4
cpython
python3
0 Vote
1 Réponse
14th May 2020, 3:10 PM
Navneet
How this program runs?? I don't know how 3 3 1 prints out..Please can u explain this code?..
c
function-call
1 Vote
2 Réponses
8th Apr 2019, 4:53 AM
Zothansanga Renthlei
i = 0 while 1==1: print(i) i = i + 1 if i >= 5: print("Breaking") break print("Finished")
loops
1 Vote
3 Réponses
23rd Feb 2018, 9:48 PM
Deepak Kumar
Write a program to ask the user to enter a list counting numbers between 1 and 12 and replace all entries>=10
lists
python
1 Vote
4 Réponses
30th Sep 2019, 1:29 PM
Ayush Tripathi
I am getting [Error] ld returned 1 exit status in Dev c++ what should i do its really irritating plzzz help..
help
2 Votes
4 Réponses
20th May 2018, 4:04 PM
XDivian
Find the missing number in an integer array of 1 to 10. For eg :- I/p - 1,2,4,5,6,8,9,10 o/p- 3 and 7
arrays
2 Votes
3 Réponses
24th Nov 2020, 1:41 PM
Ritika Singh
Land ho!! problem What should be the condition in the for loop? Because this code is running for infinite except for 1 case.
c
coach
code
ho!
land
problem
question
1 Vote
3 Réponses
17th Jul 2021, 7:23 AM
Gargi
Why Result is 2 not 1 ? a() method already defined in both A&B . How to call the super class method from child class in this par
inheritance
python
0 Vote
7 Réponses
8th Mar 2017, 9:51 AM
Muhamed Ziedan
Consider the following java class definition: public class time { private int second; // from 1 to 60
java
0 Vote
4 Réponses
21st Dec 2016, 3:52 PM
victor
Can you say what is error in this program.To find prime number from 1 to 8.
number
prime
0 Vote
1 Réponse
19th Jan 2021, 4:27 PM
Ramana Prasad j
Why size of an empty class is 1 whereas size of an empty structure is 0?
c++
1 Vote
2 Réponses
24th Sep 2017, 5:50 AM
Priyank Rathi
how to count number of 1's in column 1 and column 2 in a single row
sql
1 Vote
2 Réponses
24th Oct 2016, 7:41 PM
yamnoor hiragannawar
In this code why the outside cout statement prints 0 , it should print 1 ??can anyone explain it??
c++,
coding
question
1 Vote
2 Réponses
28th Jun 2019, 9:55 AM
Mohd Baqer Haider
What does string part do in console.writeline method and why we assign 0 to x and 1 to y?
c#
-1 Vote
5 Réponses
3rd Sep 2016, 10:15 AM
Vivek Vishwakarma
I want to print this star pattern using two for loops and 1 if else block please help me
pattern
star
1 Vote
1 Réponse
2nd Sep 2019, 3:48 PM
Virat Kodi
[check code] : Why does Code 1 prints the characters as it is sent through "scanf" and code 2 doesn't. Please Explain
arrays
c
characters
clang
cpp
doubt
java
strings
1 Vote
3 Réponses
16th May 2022, 5:42 AM
blueshipswims
Use a while loop to calculate the sum of all numbers from 1 to 1000. Make it print only the sum, not the intermediate values.
java
1 Vote
6 Réponses
17th Jun 2019, 7:08 PM
Arta
Write a C++ program to sum of even numbes between 1 to 'n' terms using UDF(User Defined Functions).Turbo C++ 3.0 compatible.
c++
1 Vote
5 Réponses
26th Dec 2017, 1:23 PM
Koustub Poddar
Part 1 – Fraction Class Declare two private integer instance variables to hold the numerator and denominator .
constructors
java
1 Vote
2 Réponses
7th Nov 2019, 3:43 PM
Avilasha Trivedi
Help me out in c language last program i have got the answer of 2 but not the 1 one.
c
0 Vote
4 Réponses
5th Mar 2021, 7:09 AM
YASH MISTRY
What is the value of h(6,8) for the function below?def h(m,n): ans = 1 while (n > 0): (ans,n) = (ans*m,n-2) return(ans)
python
3 Votes
2 Réponses
7th Feb 2018, 2:29 AM
kamalesh vra
efficiency of algorithm is 5n^2 if a step in this takes 1 nanosec, how long does it take algorith to process input of size 1000
python
0 Vote
2 Réponses
27th May 2019, 7:18 PM
Rehma Manal
Write a python program to print the sum of all odd numbers from 1 to 100.
"b"
"c")
("a"
(1
=
2
3)
tuple1
tuple2
tuple3
-3 Votes
3 Réponses
12th Oct 2020, 2:39 PM
wherearetheavocados
Почему в практике по функции rand() в условии нужный диапазон от 0 до N, а правильным считается решение с диапазоном от 1 до N?
problem
2 Votes
4 Réponses
25th Apr 2022, 2:11 PM
Сергей Дьяченко
¿Como le hago para que en las tripletas de los números que da este código salga un 1 en todas las filas?
python
0 Vote
4 Réponses
6th Sep 2021, 6:07 PM
Alex Chery Monegro
This is the Project I am stuck in module 1 of Java help me plz and find error
java
0 Vote
2 Réponses
3rd Jan 2021, 6:55 AM
Piyush Thakur
Write and test a function hydroxide that returns a 1 for true if its string argument ends in the substring OH .
strings
1 Vote
4 Réponses
5th Apr 2018, 1:37 PM
Shubham kumar Mishra
como solucionar la pregunta del ultimo en el bloque de formulario parte 1 en html5
html5
0 Vote
1 Réponse
10th Sep 2016, 7:24 PM
Alexander Arguello
print 1 to 10 numbers using if condition but escape 8th number in the row
java
loops
0 Vote
2 Réponses
7th Oct 2016, 6:41 AM
Venkatesh Devara
How can I made a sum like this 18 = 1 + 8 = 9?
help_me
python
ruby
sum
0 Vote
2 Réponses
7th Nov 2016, 5:09 PM
Etabeta1🇮🇹
In Python 3 Why the output is 0 but not 1 when I have this?
break
python3
0 Vote
2 Réponses
30th Nov 2017, 4:59 AM
Yinhao Chen
Challenge: Random number generator based on an parameter from 0-100 that reprezents the chance to output a bolean 0 or 1
challenges
genetator
number
random
1 Vote
5 Réponses
9th Nov 2017, 5:14 AM
Meemknight
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
31
32
33
...
41
Suivant >
Aujourd'hui en vedette
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
How many days will It takes to completely learn front end
4 Votes
SQL
2 Votes
JAVA PROGRAMMING
2 Votes
Solution to solving this bugged problem
2 Votes
What Does Pseudo Elements Mean.
2 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
Html
1 Votes