Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x = 5 >>> print
=
>>>
code?
is
of
output
pythowhat
the
this
x
0 głosów
2 odpowiedzi
30th Apr 2020, 9:42 AM
Nikhila Bangaru
How in C # random number x average to achieve?
average
c#
number
random
0 głosów
1 Odpowiedź
9th May 2017, 3:14 AM
Hamed Tohidi From Iran
item['images'] = [x for ok, x in results if ok]
loops
python
1 Głos
1 Odpowiedź
30th Nov 2016, 3:07 PM
Mayank Motwani
int x = 3; while(x > 0) { System.out.println(x); x--; } /* Outputs 3 2 1 */
loops
1 Głos
2 odpowiedzi
6th Aug 2018, 11:49 AM
Saurabh Negi
Sololearn a home for programmer like Xavier Institute for the X Men.
for
home
programmers
sololearn
2 głosów
2 odpowiedzi
20th Apr 2017, 9:50 AM
Habibou Amadou
Given a 2D array, feature matrix X and a vector y, return the coefficient vector, see the formula.
data
problem
question
science
solution
task
-1 Głos
5 odpowiedzi
12th Nov 2021, 7:23 PM
NaBeeL NaQeeBi
can we declare system variables in phyton? like 2xy+3x in which x doest have value.
systemvariable
0 głosów
6 odpowiedzi
29th Sep 2019, 10:10 AM
amarendra
If 90x + 7 = 97, what is x?
logic
value-types
x
2 głosów
2 odpowiedzi
12th Feb 2019, 3:44 PM
David Boga
Create para ,apply border soild ,change the dimensions to 100 x 100
html
0 głosów
2 odpowiedzi
22nd Jul 2022, 5:13 PM
Priyanka Dhanke
How to get pos X and Y of object in java
java
sololearn
swing
xy
0 głosów
2 odpowiedzi
28th Apr 2020, 7:52 PM
Grzesiek Sikorski
What does it mean i didn't understand pls help? for (auto x : adj[v]) { cout << "-> " << x; printf("\n");
adjacencymatrix
c++
graphicalrepresentation
3 głosów
4 odpowiedzi
17th Aug 2019, 10:54 AM
Piyush Srivastava
Why (x and y) == y ? Why (x or y) == x ?
python3
0 głosów
3 odpowiedzi
6th Jul 2020, 10:23 AM
Alex
What is the output of this code? let x = 0; for(let i=0;i<3;i++) { x+=i; } console.log(x);
development
loop
web
1 Głos
5 odpowiedzi
21st Jan 2023, 9:02 AM
Lusine Galstyan Nikolay
Cout the number of occurence of a particular element x in c++ vector??
arrays
c++
vector
0 głosów
2 odpowiedzi
26th Jul 2023, 4:00 PM
Anuj Khare
What will be the value of x after the following code is executed?
(int
10;
20;
5;
for
int
x
y
0 głosów
1 Odpowiedź
3rd Oct 2017, 1:00 AM
natet2014
Two confusions in this: a,b,*c = [x for x in range(1,5)]
for
variable
0 głosów
1 Odpowiedź
28th Dec 2018, 1:50 PM
sky
int x = 1; while(x > 0) { System.out.println(x); if(x == 4) { break; } x++; }
break
java
loop
while
2 głosów
4 odpowiedzi
5th Nov 2019, 3:23 AM
Minhaj Haider
Write a program to take x and y as input and output the string x, repeated y times.
for
python
0 głosów
8 odpowiedzi
14th Feb 2022, 10:17 AM
Rakshita Yachalgar
Please explain what the purpose of an x += operation is and what it's doing
operators
python
1 Głos
6 odpowiedzi
2nd Aug 2016, 5:06 PM
Austin Shepard
How to append only the x first elements of a list, to another list.
lists
python3
2 głosów
1 Odpowiedź
26th Apr 2018, 9:08 PM
Hakim
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x + = 5 >>> print
python
-1 Głos
3 odpowiedzi
28th Apr 2020, 6:54 AM
Salman farooq
I want create a list that contain all x and y element, but what is my fault?
phyton
1 Głos
7 odpowiedzi
27th Jun 2020, 7:31 PM
Abbakar_ah!!!
C - Why does this code, without casting x to int, return a garbage value?
c
type-conversion
variables
2 głosów
1 Odpowiedź
26th Sep 2019, 8:59 PM
Paolo De Nictolis
Fill in the blanks. A { private int x; public A( val) { x = val; } }
constructors
java
0 głosów
5 odpowiedzi
3rd Jul 2017, 10:51 AM
Walter Mugo
What happens if I assign a variable x to 8, and Y to x, can i later change what value x holds? Or is Y forced to be equal to 8?
ruby
variables
2 głosów
4 odpowiedzi
2nd Jun 2017, 9:40 AM
william
Why my code doesn't generate different values for x and f ? it should be random
python
python3
0 głosów
4 odpowiedzi
28th May 2023, 9:49 AM
Vinay Sharma
How to get value of x in sin(x) through a form ??
javascript
math
0 głosów
3 odpowiedzi
2nd Mar 2017, 3:49 PM
Rajesh Nathani
Can anyone please tell me why it is needed to use x //= 10 inthis code
else
if
0 głosów
6 odpowiedzi
28th Nov 2020, 5:27 PM
Rahul
Why is it SyntaxError when you give X or Y a negative value (on this code)?
createelement
fun
javascript
positive_value
priya
syntaxerror
web
x
y
2 głosów
5 odpowiedzi
28th Jul 2019, 4:18 AM
Ginfio
How I can read line in text file char by char using x
c
0 głosów
2 odpowiedzi
21st Mar 2023, 7:28 PM
Azir Azerto
What is the difference between 2 ** x and 2 * x?
python
0 głosów
3 odpowiedzi
4th May 2017, 6:38 AM
#Phootpritz
Un nombre x augmenté de 2 additionné de 12 et soustrait de x moins 2 et partagé en part est egale a 6. Quel est ce nombre x?
python
1 Głos
2 odpowiedzi
12th May 2018, 11:29 PM
Kakashi Kemta
x = 10; console.log(x++); //10 console.log(++x); //12 console.log((x++) + (++x)); //26 console.log((x--) - (--x)); //2
decrement
increment
javascript
js
programming
1 Głos
2 odpowiedzi
17th Jan 2022, 3:02 PM
Neel Tilak
i defined var x = 0704 ; and the o/p was 452 .can some one explain why
javascript
variables
0 głosów
11 odpowiedzi
18th Apr 2017, 5:22 PM
vineet pokhriyal
How can I add a x and y axis to this code because I didn't create a plot it is just an illustration
astronomy
blackhole
math
plot
python
scipy
x
y
1 Głos
8 odpowiedzi
12th Mar 2024, 7:31 AM
P A Arrchith Iyer
Help me to code it x = (r+7)**2 r is in range (1,18) Find the sum of all the values of x. For e.g. if r is 1, x=64 If r is 2, x
(r
=
code
helpme
itx
to
-2 głosów
2 odpowiedzi
7th Jul 2020, 9:57 PM
Amitabh Pandey
In two dimension array let say arr[x][y]. How can i make a c program having different x and y value or x and y be the user input
c
0 głosów
3 odpowiedzi
21st Sep 2018, 6:33 PM
Riya Runjhun
If I write const int x=5; after many lines I again write const int x =10; What will the final value x at end of execution or it will be an error
c#
constants
1 Głos
5 odpowiedzi
19th Aug 2016, 6:31 AM
Akshay Sajeev
How do I find 2 numbers whose product is equal to x
php
1 Głos
1 Odpowiedź
18th Apr 2018, 8:52 PM
darell
/Calculate X raised yo power Y using different methods while :do while :for
c++
1 Głos
1 Odpowiedź
21st Jan 2023, 6:32 PM
MO SHERIF
i need to repeat the function every x seconds, how can i do this ?
interval
python
python3
repeat
setinterval
2 głosów
2 odpowiedzi
18th Jan 2021, 7:53 PM
Adamyan
If x = 3 and y = ++x + x++ why y=9 not 8 . And if y= x++ + x++; y =7. What is that ?
c++
operators
0 głosów
11 odpowiedzi
16th Nov 2016, 7:38 PM
Александр Дубина
Guys in cpp I create a program has variable x and this program ask for the user input to give the value of x like this program :
c++
cpp
question_for_pro
0 głosów
2 odpowiedzi
2nd Aug 2019, 3:31 PM
PONAGAMA
What does f(31415927) return, for the following function definition?def f(x): d=0 while x > 1: (x,d) = (x/2,d+1) return(d)
python
2 głosów
6 odpowiedzi
6th Feb 2018, 2:17 AM
kamalesh vra
how can i calculate the number of students with age > x in sql?
sql
1 Głos
4 odpowiedzi
26th Sep 2017, 6:34 PM
Mohamed Hussien
Two for loops that reads all num in x rows and y columns
python
0 głosów
2 odpowiedzi
8th Jun 2019, 5:57 PM
Marpari
Can variables be manipulated within a print statement? (Python) Like: x = 3 print(x *=3)
operators
python
-1 Głos
4 odpowiedzi
1st May 2020, 11:08 AM
Megha Suresh
Please help me complete this program to enable me get an output of y int main() { int x = 9; int y = x % 5; x= ; cout<<x*y ;
c++
1 Głos
4 odpowiedzi
27th Sep 2016, 5:16 PM
Ibim
Can anyone explain why x didn't assigned to zero at the time of 2nd calling??
c++
static
0 głosów
6 odpowiedzi
3rd Sep 2017, 8:42 AM
Harsha Sanju
Write a program to take x and y as input and output the string x, repeated y times.
bigners
python
1 Głos
7 odpowiedzi
9th Feb 2022, 7:36 AM
Forever Knight
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
9
10
11
...
18
Dalej >
Popularne dzisiaj
Someone can help me
2 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Web Dev
0 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes
How this program executes?
0 Votes
How to achieve "Sololearner" achievement?
0 Votes