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
In this instance what does the <= between the x and the 10 mean?
rand
0 Votos
1 Respuesta
11th Apr 2018, 3:42 PM
Sir
Why i think this loop should be to 10 20 40 50 to finished!
java
loops
-1 Voto
2 Respuestas
2nd Jan 2017, 2:13 PM
YE SHENGMING
I'm running Windows 10 and I don't see anything in program files labelled java
java
jdk
0 Votos
1 Respuesta
6th Jan 2017, 10:58 AM
Nathaniel Ruffer
What is ++ number system base 2 , 8 , 10 , 16 ?
c++
0 Votos
1 Respuesta
17th Aug 2016, 2:25 PM
sethu
if 20 > 10 : print("20 greater than 10)" in python playground but it says error can u tell me what I did wrong
python
0 Votos
11 Respuestas
27th Nov 2018, 7:27 PM
Game Hacker
How can I make a selection menu that will have more than 10 options in python?
menu
python
0 Votos
2 Respuestas
2nd Aug 2018, 1:40 AM
Jimmy Mathis
A program that receives 10 numbers and displays the second largest number along with its input number.
c++
0 Votos
2 Respuestas
22nd May 2021, 12:04 PM
alireza mohammadian
Using the concept of continue. Write program that sum numbers between 10 and 100 except number 97
c#
-3 Votos
4 Respuestas
6th Jan 2021, 10:07 AM
Feisal Said
Write a program in Java to store 10 different words in a Single Dimensional array. Perform the following tasks.
java
0 Votos
3 Respuestas
28th Oct 2022, 11:43 AM
Javgeek
Design a program that prompt user to enter 10 numbers and show the sum of all these numbers ( in loop case)
self-learning
0 Votos
8 Respuestas
9th Sep 2018, 1:13 PM
anabia
def add(x, y): return x + y def do_twice(func, x, y): return func(func(x, y), func(x, y)) a = 5 b = 10 print(do_twice(add, a, b))
functions
python
return
1 Voto
6 Respuestas
29th Jul 2016, 10:31 AM
Rupam Das
i= int(input('Give me number!')) x = i + 10 nums=[ ] while i <= x: nums.append(i) i += 1 print(nums) Pls.e
python3
1 Voto
4 Respuestas
24th Oct 2020, 2:04 AM
Sushil Mundhra
how to print a number from 10 to 1. Using do while loop. But The Initial value shoudl be 1
c++
0 Votos
6 Respuestas
11th Nov 2017, 4:26 PM
Abdul Wahab
How do I create x is greater than or equal to 0 but less than or equal to 10 in Python?
inequality
python3
range
0 Votos
5 Respuestas
25th Jul 2019, 2:10 PM
Powersurge
I have a Window 10 pro to give me a safe link for c++ complier
ide
link
window10pro
0 Votos
1 Respuesta
17th Jun 2020, 2:43 AM
★Achintya★
Csn someone help me with opencv getting started on python 3.5 on windowd 10 platform?
opencv
pypi
python3
windows
0 Votos
2 Respuestas
4th Feb 2017, 9:20 PM
Ravi D
Make a one line Python statement that uses both sum and range to print the sum of the numbers 1 through 10
python,
range
0 Votos
4 Respuestas
3rd May 2017, 9:03 PM
Tosin
I have 2 OS on my laptop...ubuntu and windows 10 ...when i open ubuntu i noticed that i can see windows' partations ...buy why!?
os
ubuntu
windows
1 Voto
10 Respuestas
16th Jul 2018, 10:14 AM
Omar
I downloaded python 3 8.3 and pycharm In windows 10 they are not working ....what should I do ......answer plz
python3
0 Votos
4 Respuestas
14th Jun 2020, 11:12 AM
Hilal Ahmad Mir
Срочноо!! дан массив из 10 целых чисел вывести на экран количество пар произведение которых положительно на c++
c++
0 Votos
2 Respuestas
26th Feb 2019, 11:13 AM
Akenor
print 1 to 10 numbers using if condition but escape 8th number in the row
java
loops
0 Votos
2 Respuestas
7th Oct 2016, 6:41 AM
Venkatesh Devara
Can someone help me create a c++ program that accepts any integer input then display the next 10 odd numbers from that input?
c++
odd
0 Votos
6 Respuestas
7th Oct 2019, 11:16 PM
Leah Dagupan
If I compile c++ program in my DEV C++ software in Windows 10 it saws "g++.exe " stopped working.? Solve this issue please.
c++
error
softwer
2 Votos
7 Respuestas
30th Jun 2017, 5:19 PM
Lucky Patel
how to write a program to find average of float number, if we have 10 numbers includes integer and float number in c++??
.
0 Votos
6 Respuestas
25th Oct 2019, 8:31 AM
Mohammad Jafer
How much from 1 to 10 do you guus think i should "programm" beeing 14?
14
programming
question
0 Votos
2 Respuestas
5th Jun 2017, 8:44 PM
Basic Coding
What is the code to start an app on windows 10 in c or c++
c++
startcode
windows10
0 Votos
2 Respuestas
24th Oct 2017, 11:24 PM
Unknown_hacker
convert the following decimals numbers to 10 bit binary (a) 37.31 (b) 6.215 (c) 33.333
10
binary
bit
convert
decimals
following
numbers
the
to
-1 Voto
2 Respuestas
12th Nov 2016, 4:27 PM
burhanuddin
Why i get different 9 digit number while get output of 10 digit variable ??
c++
variables
0 Votos
2 Respuestas
5th Feb 2017, 6:06 PM
yuvi
Why I am getting characters more than the declared array in the code below when I input more than 10 characters?
c
3 Votos
1 Respuesta
21st Sep 2019, 4:30 PM
Darshnik Deep
[Solved] Drawing in Python with ''turtle'' module. Help to make a shorter loop. Combine 10 loops in 1
loop
python
0 Votos
3 Respuestas
18th Jul 2018, 3:04 PM
Arthur P
How is this equal to 10 var arr =[1,2,3,3,2,0] var x = 0 for (var i=1; i<arr.length; i++){ x+= arr[i] } alert(x)
https://code.sololearn.com/wufk4avd3ydi/?ref=app
0 Votos
6 Respuestas
23rd Sep 2018, 12:11 PM
Adebayo Ogunmoriyele
What is the error in "while (y * z > 0) & (y % 10 == z % 10)"?
c++
1 Voto
1 Respuesta
16th Mar 2021, 5:28 PM
Romania005 #01
I want to add in my program that when I put 4 random numbers that tell me which of those 4 is the closest to 10
helpme
python
1 Voto
7 Respuestas
26th Dec 2022, 3:28 AM
Gaston
Can i able to install android apk files in laptop(windows 10) by using Android studio?
10
android
in
studio
windows
3 Votos
2 Respuestas
17th Aug 2020, 10:49 AM
Yogeshwaran P
How do I prompt user to supply 10 or more input of intgers or floating point numbets at once using JS?
prompt()
2 Votos
3 Respuestas
10th Sep 2018, 8:17 PM
Omotesho Olusegun
Write a program that enable users to enter 10 values into arrays.It should also display the largest and the smallest value .
arrays
-1 Voto
6 Respuestas
8th Dec 2018, 11:47 PM
JOSEPHINE AKONOBEA BEKOE
Using a for loop, write a python program to calculate the sum of numbers from 1 to 10
python
0 Votos
2 Respuestas
17th Nov 2022, 7:36 PM
Ola Emmanuel
Does the installation of python on Windows 10 from the Microsoft store pose a threat to the computer?
python
windows10
0 Votos
2 Respuestas
28th Feb 2021, 10:42 AM
3.14
how can i write that in input teg with type of password and here we just write the minimum 5symbol to 10 symbols....
<input>
1 Voto
6 Respuestas
9th Apr 2020, 7:15 AM
Данияр Султанов
The sum of any 10 numbers and the sum of the first 10numbers in Java? Difference with code! Thanks
@favour
0 Votos
2 Respuestas
12th Dec 2018, 10:22 AM
Clement Babaniyi
What are the top 10 projects that should be done with Python together with JavaScript.. Any idea is welcome...
css
html
javascript
jquery
python
-1 Voto
3 Respuestas
14th Jan 2021, 12:05 PM
Sanusi Azeem
Alguien me podría ayudar con este ejercicio hacer un algoritmo que imprima la serie 2 5 7 10 12 15 17 19...1800 por favor
java
0 Votos
7 Respuestas
20th Mar 2019, 10:08 PM
yadira Castellanos
what is output of this code ? //code for sum of first 10 odd numbers using //for loop .. verify and it is correct or //incorr
java
2 Votos
11 Respuestas
17th Dec 2016, 2:43 PM
Alaghusooriya EM
Write a program to take 10 numbers from the user and count all even , odd, +ve,and -ve numbers in C++ language
classes
2 Votos
5 Respuestas
29th Nov 2017, 11:10 AM
Naman Jain
Why in python this code print ('17 * 87'*10) does not output 10 17*87 in the playground it outputs that 17*8717*...*87
in
lesson
previous
python
0 Votos
4 Respuestas
12th Oct 2019, 6:07 PM
Hasan Anorov
I want to only print numbers up to 10 but my program prints it infinte please help i am in confusion
c
0 Votos
3 Respuestas
5th Apr 2020, 6:29 AM
Ajaz Ok
Rest api Python-flask using flask-restless package which pulls news from any news website and returns at least 10
python
0 Votos
1 Respuesta
15th Dec 2021, 8:03 AM
Harshit sharma
I am only 10 but i am very interested in coading i am learning hmtl but is there any other styles you would recommend
comment
1 Voto
6 Respuestas
5th Aug 2018, 10:33 AM
Manxuma123
failure to run a Codeblocks binary file "Hello world.exe" properly from the Windows 10 file manager
c++
operators
0 Votos
2 Respuestas
8th Sep 2016, 7:07 PM
Paul Riddoch
Somebody wrote code to take a string input and output it, repeated 10 times. However, the code results in an error.
python
0 Votos
2 Respuestas
25th Feb 2022, 4:17 PM
Mahesh Kumar Bisai
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
13
14
15
...
18
Siguiente >
En tendencia hoy
Void functional void with bool function
0 Votes
Python
2 Votes
Are websites hackable?
2 Votes
TICTACTOE
1 Votes
Learn python
2 Votes
Error
0 Votes
BIG DOUBT🤔🤔🤔🤔
2 Votes
Need help (French)
1 Votes
Help for study
0 Votes
Spying on me
1 Votes