Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
CHALLENGE✋: Integers, roots and division
challenge
divisible
maths
15 Votos
29 Respuestas
28th Dec 2017, 9:10 AM
Ledio Deda
Help to sum(Lists, Integers, Tuples)
isinstance
python
sum
6 Votos
2 Respuestas
15th Feb 2020, 1:12 PM
Moree
why cout<<n prints 0 when I input other than integers, supposed to show something else?
c++
cpp
2 Votos
6 Respuestas
28th Apr 2021, 6:14 PM
Shunon
Sum of 5 integers, using while loop.
c++
loops
0 Votos
1 Respuesta
1st Nov 2017, 6:22 PM
Saumya Ranjan
what is the difference between integers, floats, and strings
floats
input
integers
output
python
strings
0 Votos
2 Respuestas
25th Mar 2020, 3:16 PM
souhila Abid.
TypeError: list indices must be integers, not str
lists
python
python3
0 Votos
1 Respuesta
11th Feb 2017, 1:49 PM
Yunus Kaya
How to convert hrs and mins which are integers, into binary.??
binary
conversion
python
urgent
0 Votos
3 Respuestas
6th Mar 2017, 7:32 AM
Mohit Khokhar
can a for loop have 2 integers, 2 conditions and 2 increments?
c++
0 Votos
4 Respuestas
14th Jul 2016, 6:52 AM
OMKAR
Given an array of N integers, can you find the sum of its elements? In python
python3
0 Votos
6 Respuestas
23rd Oct 2017, 6:51 PM
Rabi Raj
Given a list of integers, how to obtain the product of all the even-indexes integers?
len
list
loops
product
python
0 Votos
3 Respuestas
25th Oct 2018, 4:04 PM
Nah Wei Siang
## Challenge ## > From A List Of Integers, Find The Lowest Possible Sum Of Any Two Numbers.
c++
challenge
python
sololearn
-1 Voto
10 Respuestas
18th Jul 2018, 5:12 PM
Prince Patel
I need help with my code
help,
integers,
python,
2 Votos
2 Respuestas
3rd Apr 2017, 4:06 PM
Abbie Ruperto
I have a list consist of different integers, and i will give a number, then I need to add the integers in that list
python3
0 Votos
18 Respuestas
2nd Jun 2022, 9:57 AM
S GOUSE BASHA
Given a list of N integers, find its mean (as a double), maximum value, minimum value, and range.
c++
cpp
1 Voto
4 Respuestas
23rd Mar 2019, 2:10 AM
stanley
Given an array of integers, find the numbers that appears an odd number of times return an array of the numbers.
challenge
code
questions
1 Voto
10 Respuestas
16th Aug 2020, 9:59 PM
notGreat
For other types, such as integers, indexing them isn't possible, and it causes a TypeError.
lists
python
0 Votos
1 Respuesta
16th Aug 2017, 2:28 PM
Nityanand
Given an array of integers, find the first missing positive integer in linear time and constant space.
c
0 Votos
2 Respuestas
24th Jan 2019, 1:38 PM
DODDABASAPPA
Given an array of integers, return a array such that each element at index i of the new array is the product of all the number
easy
-1 Voto
7 Respuestas
6th Oct 2019, 1:36 PM
MahirShah
Reorder the code to declare a Queue of integers, add values 1 through 5 and print the contents of the Queue.
c
c#
c++
generics
order
0 Votos
2 Respuestas
8th Oct 2019, 10:54 AM
Atharva mali
Given array A consisting of N integers, you have to find the maximum value of the following expression: |Ai−Aj|+|i-j|
arrays
c++
0 Votos
1 Respuesta
27th Dec 2020, 5:30 PM
Pulluri Sai Lalith
Write a C function to find the kth occurrence of an even integer in a sequence of non negative integers, and then call your func
sequence
series
0 Votos
3 Respuestas
19th Sep 2018, 5:04 PM
Nilutpol Kashyap
Is there a way to output something other than characters, integers, and strings and floats? Like a digital display?
colors
display
output
0 Votos
1 Respuesta
29th Nov 2019, 3:42 PM
Apollo
How do I create a range with both positive and negative integers, and print out the times table of the value N?
for
loops
1 Voto
3 Respuestas
23rd Jan 2018, 11:35 PM
Jonathan Cross
Is my code is correct... "Given an array of integers, find two numbers such that they add up to a specific target number."
python
0 Votos
2 Respuestas
13th Jun 2020, 9:07 AM
SelvaKumar
Reorder the code to declare a Queue of integers, add values 1 through 5 and print the contents of the Queue. q.Enqueue(x); Queu
c#
0 Votos
2 Respuestas
3rd Oct 2019, 1:38 PM
TSHEGOFATSO LETABANE MALESA
What is the default data type of items in list? Are they considered to be characters, integers, or somethings else?
lists
0 Votos
1 Respuesta
17th Jan 2018, 1:51 PM
S Aditya Gautam
Write a function that, given an array A of N integers, returns the largest integer K > 0 such that both values K and -K exist in
python3
1 Voto
2 Respuestas
27th Jul 2021, 10:45 AM
Gouri Shinde
If a and b: b = ac where a, b, c are integers, and if x % b or x % a over the same loop both output the same thing,
loop
python
time
1 Voto
5 Respuestas
25th Apr 2022, 9:22 AM
Korkunç el Gato
Write a function called manipulate_data which will act as follows: When given a list of integers, return a list, where the fi
python
0 Votos
1 Respuesta
17th Sep 2016, 1:57 PM
Dennis
Write a program that asks the user to enter an integer N and prints two integers, root and power, such that 1 < power < 6 and...
code
iteration
loop
problem
python
0 Votos
1 Respuesta
8th Oct 2020, 1:10 AM
Ali Rezaei
assume user can input 2 integers, let it be (15,3) so we have to print all the possible sums of 3 digits which equals input1(15)
java
logic
0 Votos
2 Respuestas
11th Jul 2017, 2:01 PM
Jay Parekh
create a function that when given list of integers, returns a list,where the first element is the count of positive numbers and the second element is the sum of negative numbers. NB: Treat 0 as positive.
python
0 Votos
3 Respuestas
7th Sep 2016, 2:37 PM
brian
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
En tendencia hoy
What is wrong with my cod? I couldn't pass lesson in Python introduction course.
2 Votes
How to solve this practice
0 Votes
[DISCUSS] Sololearn is falling down: this is why
1 Votes
Parametric constructor with istream object
1 Votes
Nodejs
1 Votes
Why this program not working
0 Votes
Python conditional. Can you please help me to solve this problem below?
0 Votes
First choice of language and direction. Tough choice
0 Votes
Can someone tell me how to code a c# game
1 Votes
Pro Subscription
0 Votes