Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
y_true = [int(x) for x in input().split()] y_pred = [int(x) for x in input().split()] import numpy as np y_true=np.array(y_t
don't
i
know
0 Voto
2 Respostas
9th Aug 2022, 4:39 PM
Agnesh Vinciya
If x is 10, what are the values of x and y after the statement below is executed?
c
programming
-1 Voto
2 Respostas
14th Sep 2021, 4:09 AM
Hanz Rosales
Int x = 2; int y = 4; int result = x + y; system.out.printIn( );
operators
-5 Votos
3 Respostas
3rd Dec 2020, 7:54 AM
Titus Njoroge
How to create a loop that runs every X seconds?
javascript
loops
python
1 Voto
4 Respostas
19th Mar 2021, 8:14 PM
Matheus Zotti
This is a part of my code. I want to get the value of x to work with. But it’s showing that x is not defined. Please solve.
break
else-statements
function
if
python3
return
0 Voto
11 Respostas
23rd Jun 2021, 10:07 AM
Soumaya Islam Rimi
if x is a float and I have the usual increment x++, will x be increased by 1, or by something else?
c++
data-types
1 Voto
6 Respostas
15th Jun 2016, 1:37 PM
naghree
What is the value of x after executing the following?
c
sololearn
2 Votos
3 Respostas
18th Jan 2020, 6:24 AM
Abhinav Shukla
int x; x +=10; spits out 4309688. Explanation?
c++
operators
2 Votos
2 Respostas
21st May 2017, 11:27 PM
Sohn Jmith
What is the value of x after the following code?
c
operators
-1 Voto
2 Respostas
21st Jan 2020, 4:57 AM
Divyanshu Kumar
Fill in the blanks to create a loop that increments the value of x by 2 and prints the even values. x = 0 x <=20
loops
python
-2 Votos
1 Resposta
29th Apr 2020, 4:08 PM
Salman farooq
I still don't get the assignment operator. How could x += be possible? How can you assign x equal to itself plus something?
c++
operators
2 Votos
6 Respostas
9th Mar 2016, 6:25 PM
Angelo
#include <stdio.h> void main() { int x = 1, z = 3; int y = x << 3; printf(" %d\n", y); }
arithmetic
c
0 Voto
3 Respostas
14th Jan 2021, 11:30 AM
yogesh
In my latest code py how do i remove x from
py
1 Voto
9 Respostas
27th Nov 2017, 5:58 AM
Anil/Anant/1949Nov
What does this mean: #define x 5+2? And how would C++ colpile it?
c++
cpp
define
6 Votos
5 Respostas
7th Mar 2018, 1:49 PM
Ali Kafi
What is int x = 1, function in the program.
loops
2 Votos
2 Respostas
8th Jul 2018, 7:17 AM
martins micheal
Can I use lambda to evaluate x for user given functions??
python3
7 Votos
5 Respostas
8th Apr 2017, 8:03 AM
Prabhakar Dev
what is the solution n, p = [int(x) for x in input().split()]
-
average
data
of
rows
science
-1 Voto
4 Respostas
11th Nov 2021, 8:38 AM
Zaid Zren
print x copies of the value of x followed by y copies of the value of message.
c++
0 Voto
2 Respostas
7th Oct 2016, 8:13 PM
Steven Cai
x = 0.1+0.1+0.1-0.3 print ('x is {}'.format(x)) print (type(x))
float
0 Voto
2 Respostas
4th Jan 2021, 2:40 AM
Anil R Chinchawade
What the expression " x += 1" means?
regular-expressions
0 Voto
3 Respostas
21st Jun 2017, 4:52 AM
Vishal Suthar
X Axis and Y Axis in border-spacing
css
tables
1 Voto
1 Resposta
29th Dec 2016, 4:58 PM
David Hurtado
Can someone explain why value of x and y not same?
python
0 Voto
6 Respostas
6th Oct 2021, 3:11 PM
Sushil 🛡️
Why does this only output the x value??
code
ruby
0 Voto
3 Respostas
7th Nov 2016, 4:52 AM
Nayomal
Please help why are x and y being added together ? What am I missing
def
python3
1 Voto
11 Respostas
28th Oct 2022, 8:10 AM
Steven kervick
Why a and b interchange for x and y
functions
0 Voto
2 Respostas
29th May 2020, 8:41 AM
SATYANSH MITTAL
prevent close when exe red x button be clicked in c++
c++
prevent_close
11 Votos
1 Resposta
1st Dec 2016, 3:31 PM
Immanuel
My code to find the sum of first x natural numbers
loops
python3
1 Voto
3 Respostas
13th Oct 2020, 2:57 PM
roshan roy
int sum,temp,x,r,count=0; for(x=100;x<=200;x++) { temp=x; sum=0; while(x>0) { r=x%10; sum=sum+(r*r*r); x
help
0 Voto
5 Respostas
17th Nov 2020, 5:18 PM
Muskan Lodhi
C++ program to sum up from x to y
c++
-1 Voto
3 Respostas
27th Aug 2018, 6:33 PM
Junaid Bashir
__ (int x = 0; ___ < 7; x++) { cout << "in a loop" << endl; }
c++
-3 Votos
10 Respostas
16th Sep 2016, 5:56 AM
Nurul Azizah
Can I rotate a page of text on x axis ?
css
css3
transform
5 Votos
5 Respostas
9th Sep 2016, 7:09 AM
Anil/Anant/1949Nov
JS how to increase a value by x onclick
experimenting
html
increase+
javascript
learning
web
1 Voto
1 Resposta
25th Jul 2019, 5:02 AM
Ginfio
Replace consecutive repeating character with x in string c#
c#
0 Voto
1 Resposta
7th Sep 2020, 3:42 PM
MOHIT TAWARE
def my_func(x): assert x > 0 , "Error!" print(x)
assertions
0 Voto
2 Respostas
21st Aug 2019, 5:01 PM
Rupal Raut
What is the diffrence between range()and x range() function?
range
xrange
1 Voto
3 Respostas
18th Dec 2017, 4:38 PM
lokesh reddy
pygame scoring progress bar x y coordinates and syntax help
coordinates.x.y
pygame
python3
scoring
1 Voto
3 Respostas
12th Jan 2020, 9:50 PM
userx
Give method intprint( Int x,Int y) in a class sample 2 which calculates and returns the product of cubes of the arguments x andy
x
y
0 Voto
3 Respostas
13th Dec 2020, 1:15 PM
Priyanshi Sahu
*FRIDAY CHALLENGE* : write a code that gets as input a positive number N > 1 and prints a N x N CLOCKWISE-SPIRAL-SQUARE
c#
c++
challenge
friday
html
java
php
python
ruby
weekend
57 Votos
75 Respostas
18th Aug 2017, 12:59 AM
Louis
int main () { for (int x = 1; x <= 10; x++) { cout << 1 + (rand() % 6) << endl; } }
rand
0 Voto
6 Respostas
17th May 2020, 9:29 AM
Salini Selvam
def power(x, y): if y == 0: return 1 else: return x * power(x, y-1) print(power(2, 3))
memorization
recursion
2 Votos
9 Respostas
11th May 2019, 9:51 AM
Магомед Акуев
Can anyone solve this question, x++*5-6++x, if x = 5
java
unaryoperators
0 Voto
2 Respostas
22nd Sep 2020, 4:06 AM
DerAviator
Как указать что x больше одного значения, но меньше второго в операторе if
If
1 Voto
15 Respostas
20th Nov 2017, 9:43 PM
Vladyslav Bublyk
If unsigned int x = 168 and unsigned int y =60; If z = x & y; What's z?
=
=60;
168;
if
x
y
z
0 Voto
1 Resposta
2nd Nov 2022, 6:04 AM
John Nwaigbo
Why doesn’t var x = input.value work sometimes?
html
input
input.value
not_working
web
why
0 Voto
1 Resposta
19th Dec 2019, 3:02 AM
Ginfio
If originally x = 4, what is the value of x after the evaluation of the following expression?
c
cprogramming
0 Voto
1 Resposta
18th Apr 2019, 9:43 AM
jes
Why is: public class MyClass { public static void main(String[] args ) { int x = 5; x &= 3; System.out.println(x); } } = 1??
java
0 Voto
3 Respostas
21st Oct 2019, 11:33 AM
Jibrilla Abdul-Razak
X and y addition divided by a whole number z
java
1 Voto
3 Respostas
22nd Jul 2021, 8:41 PM
Dav Alf
Whats the difference between html 5 and html x
css
difference
html
2 Votos
2 Respostas
3rd Feb 2018, 12:00 PM
Sangat Baral
def max3bad(x,y,z): maximum = 0 if x >= y: if x >= z: maximum = x elif y >= z: maximum = y else: maximum = z return(maximum)
python
-1 Voto
1 Resposta
19th Mar 2017, 4:40 AM
dhanush ajith
def apply_twice(func,arg): return func(func(arg)) def add_five(x): return x + 5 print(apply_twice(add_five,10)) #output:20
python
python3
0 Voto
6 Respostas
13th Oct 2021, 5:55 PM
Khalif Baby👶
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
5
6
7
...
18
Próximo >
Quente hoje
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
What is late happening in late binding
1 Votes
Why text takes time to load
1 Votes
Why my code closes when i choose a border and submit?
0 Votes
Please Modify My Code
1 Votes
Digital currency
1 Votes
Did You resolve Calculating The Discount?
0 Votes