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
Is there anyway to print var x & var y on different lines?
objects
1 Voto
1 Respuesta
6th Sep 2017, 8:51 AM
Adrija Ray Chaudhuri
How to put a X and Y point in 2d array ?(x and y are in a class)
arrays
c#
4 Votos
4 Respuestas
27th Dec 2018, 8:03 AM
Dejan
Please, explain how x is a local variable and where my defined function is wrong??
from
python
remove
string
vowels
1 Voto
4 Respuestas
4th Nov 2017, 4:34 AM
Abhinav
I want create a list that contain all x and y element, but what is my fault?
phyton
1 Voto
7 Respuestas
27th Jun 2020, 7:31 PM
Abbakar_ah!!!
[SOLVED] Can anyone please explain me why doesn't the value of x change, while I'm using this method?
python
1 Voto
8 Respuestas
24th Jun 2021, 5:39 AM
Αλέξανδρος
Why are we get output x when run our program? [our program is char c=120; printf("%c",c);]
c
3 Votos
3 Respuestas
18th Apr 2020, 5:59 PM
Rudra
I want to understand this: var x=0 while (x<6) { x ++; } document. write (x); output was 6
js
0 Votos
11 Respuestas
12th Jun 2018, 1:25 PM
Favor Mofadeke Salako
If x=8 and y=7 then x++ then x+=y-- value of x comes 16 but how???
.
0 Votos
2 Respuestas
16th Dec 2021, 8:36 PM
Deep Vachhani
It there another way, to get x to the power of y, by Math.pow(x, y)
javascript
math
pow
3 Votos
2 Respuestas
13th Nov 2016, 10:46 PM
Sjoerd Flameling
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 Voto
5 Respuestas
12th Nov 2021, 7:23 PM
NaBeeL NaQeeBi
Hi everyone,How do i assign a value into a viriable ,when i type print(x=7) it says x not defined
variables
3 Votos
5 Respuestas
2nd Jul 2019, 2:11 PM
Vusumuzi Mabena
Как добавить несколько переменных?
,
()
=
input
input()
x
y
0 Votos
1 Respuesta
27th Nov 2020, 12:35 PM
Михаил
for n in range(2,10): for x in range(2,n): if n%x == 0: print(n,'is',x,'*',n//x) please interpret this
functions
0 Votos
4 Respuestas
30th Dec 2019, 4:13 PM
Desmond
Заданий двовимірний масив N x N. Визначити мінімальний та максимальний елементи масиву та їх суму
masiv
1 Voto
2 Respuestas
26th Jun 2018, 11:26 AM
Андрей Ковальчук
X=5,y=6 then what value of x and y will be used in int c= x+++y+++x,
increment
0 Votos
2 Respuestas
22nd Oct 2017, 3:29 PM
Shashank shekhar
Web -How to rotate an image / div x deg every time this button is clicked?
90deg
code
css
html
image
image-editor
javascript
rotate
2 Votos
2 Respuestas
29th Jun 2019, 4:53 AM
Ginfio
Why doesn’t this work when i use decimals for x ?(Double for 31 days calculator)
31
calculator
days
double
0 Votos
2 Respuestas
22nd Nov 2020, 2:15 AM
Jonathan Klein
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3 Sample Output hih
python
-4 Votos
23 Respuestas
19th Aug 2021, 2:52 AM
Amala Yakin
Write a program to take x and y as input and output the string x, repeated y times.
for
python
0 Votos
8 Respuestas
14th Feb 2022, 10:17 AM
Rakshita Yachalgar
Is it possible to run swift in a virtual machine equipped with OS X 10 or later version? Cause I am about to install VMWare and then the OS X / Yosemite.
swift
0 Votos
3 Respuestas
20th Mar 2016, 12:53 PM
Surajit Majumdar
Help me please...to know the value of x from the equation using C++ : The equation is : 3x+2=2
of
value
x
0 Votos
1 Respuesta
16th Jul 2017, 8:20 PM
Fardin Alif
How can i make animation hamburger icon to x like sololearn navbar icon ?
css
css3
html
html5
web
0 Votos
1 Respuesta
10th Apr 2020, 8:17 AM
Mohammad
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)) anybody can explain what is the relevance of func in this code?
functions
python
1 Voto
4 Respuestas
21st Aug 2016, 4:57 AM
anju
Hi guys see the code plz when I add ".value" to the x it doesn't work why??
code
js
0 Votos
7 Respuestas
14th Aug 2018, 8:42 PM
Sina
Can anyone explain this java statement and the value of x after evaluating::- where int x=4
functions
increment
java
operators
1 Voto
2 Respuestas
17th Jul 2018, 5:11 PM
Neha Dhar
Why the answer is 1;; bool x =false; bool y =false; if (x&&(y=true) c.w 1
crasy
1 Voto
2 Respuestas
14th May 2017, 5:26 PM
Mate M
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
Write a program to take x and y as input and output the string x, repeated y times.
bigners
python
1 Voto
7 Respuestas
9th Feb 2022, 7:36 AM
Forever Knight
How to find out the power of x in dot net ??without using POW function...???
power
0 Votos
2 Respuestas
11th Apr 2018, 1:22 AM
Devaraj Lagashetti
What is the code for finding the number of times the minimum value appears in an array x
c
0 Votos
7 Respuestas
13th Mar 2021, 1:03 AM
Jayasudha selvan
Queria introducir un numero x teclado e informar si el ultimo digito es igual al primer dígito?
c++
1 Voto
6 Respuestas
28th May 2018, 1:38 AM
Liliana Soruco Patty
Count the number of bits needed to be fipped to integer x to generate integer y
progress
2 Votos
1 Respuesta
19th Jul 2022, 3:16 PM
Ayushi Jaiswal
How x was transfered to a ? That confuses me. And they're different intergers :/
c++
function-arguments
functions
1 Voto
2 Respuestas
4th Oct 2016, 10:13 PM
Rickky Gaming
for i in (1..10) puts i x=0 x+=i puts x end #can anyone explain the output here
loops
ruby
1 Voto
6 Respuestas
11th Sep 2017, 1:45 PM
Abeer Mahmood
Paper of size A0 has dimensions 1189 mm x 841 mm. Each subsequent size A(n) is defined as A(n-1) cut in half parallel to its
c
-1 Voto
2 Respuestas
26th Apr 2021, 12:10 PM
Rakhi
Why doesn't this code give x+2 answer as we have reassigned the value of x ?
output
0 Votos
2 Respuestas
25th Dec 2019, 11:52 AM
Castor Reeva
Can we draw a x and y axis with using astric symbol instead of that line
loops
0 Votos
3 Respuestas
9th Jun 2019, 5:37 AM
Charan Kumar
Jungle Camping Coach Code test case 3 x and Idk why so can someone check it please
python
0 Votos
4 Respuestas
23rd Sep 2022, 4:04 PM
Mohamed Hassan Hassan
Why when i put a img tag on the browser i see a x and not the image?
img
1 Voto
9 Respuestas
6th Jul 2017, 1:52 PM
Ahmed Gad
Guys what will be the value of x if m=10 and x=++m + m++ ? Explain also ?
postfix
prefix
1 Voto
6 Respuestas
14th Feb 2019, 7:58 AM
Nihal Sharma
Fill in the blanks to use the generic method Func for the x and y variables:
blanks
fill
for
func
generic
in
method
the
to
use
-1 Voto
2 Respuestas
7th Dec 2018, 6:10 PM
Danish Ullah
How to Calibrate mouse with x and y-axis in pynput module, mouse.position(x,y) with real time data.
python
python3
2 Votos
2 Respuestas
1st Oct 2017, 9:32 AM
snoɯʎuou∀
After print(x+3) i wrote x=+1 and it then prints value of x as 1 not 8
python
variables
1 Voto
3 Respuestas
7th Mar 2017, 2:06 AM
Ris Raj
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3 Sample Output hih
python
python3
0 Votos
19 Respuestas
17th Jan 2022, 3:43 PM
Abdul Wahab
I want this function to take value x and return 00X but it didn't work why please?
js
0 Votos
3 Respuestas
29th Dec 2020, 2:13 PM
Abbakar_ah!!!
what is the result stored in x after evaluating the following expression int x=5; x= x++*2+3*--x;
output
-2 Votos
1 Respuesta
21st May 2019, 12:11 PM
Aman Kumar
What does it mean i didn't understand pls help? for (auto x : adj[v]) { cout << "-> " << x; printf("\n");
adjacencymatrix
c++
graphicalrepresentation
3 Votos
4 Respuestas
17th Aug 2019, 10:54 AM
Piyush Srivastava
Does the value of x=x-- evaluates as the original value of x or it increments by 1?
c++
increment
operators
postfix
2 Votos
4 Respuestas
27th May 2017, 4:01 PM
Pacha
The statement x*=3; is equal to 1) X=3*; 2) x=3; 3) x= x *3; 4) x= x+3;
java
0 Votos
3 Respuestas
19th Aug 2020, 9:21 AM
Darpan Kushwaha
What is the actual work performed by return 0 or return x (x is a variable)??
c++
0 Votos
2 Respuestas
15th Jul 2018, 9:13 AM
Shikhar gupta
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
12
13
14
...
18
Siguiente >
En tendencia hoy
How do we code calculator
1 Votes
How to add comment in python?
0 Votes
Engineer Cloud
0 Votes
Lua?
1 Votes
Ayuda para insertar la imagen de portada y las melodías a mi álbum alguien sabe cómo
0 Votes
What programming language should i learn to make applications or games?
0 Votes
Pressure and tension
1 Votes