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
x, y = y, x+y meaning?
functions
python
1 Voto
3 Respuestas
10th Oct 2019, 10:32 PM
rae
int *(*f) (int x, int *y[]);
pointer
0 Votos
4 Respuestas
20th Nov 2019, 8:25 AM
Preity
1. X=12.0/4,2. X, 3. a+5
python
0 Votos
1 Respuesta
18th Sep 2018, 2:14 PM
Dharani
c++ x function x, y
c++
functions
0 Votos
1 Respuesta
30th Aug 2017, 6:06 PM
Denis Nascimento Vieira
most mnemonic word is, variable_173, x, x1q3z9ocd, or hours?
python3
0 Votos
2 Respuestas
9th Aug 2020, 2:34 PM
himanshu shekhar singh
How to generate X, Y, coordinates and Z(height) randomly and arrange in colums.
python3
4 Votos
10 Respuestas
19th May 2020, 8:09 PM
Alfred Amboka
Type a code to declare a variable x, assign it to value 6+7, and print it to the screen.
<<
cout
x,
0 Votos
7 Respuestas
26th Feb 2020, 6:05 PM
Florence Aboagye Kusi
(SOLVED) for_while!! x, sum integers are not defined in this scope, why?
c++
conditionals
for
forwhile
loops
while
0 Votos
3 Respuestas
16th May 2020, 10:53 PM
fergoka
interface named num with two functions int add (int x, int y) and int diff(int x, int y) then make a class the implements that.
java
sololearn
-1 Voto
3 Respuestas
17th Apr 2017, 4:47 PM
Arbind Mandal
Python Creating a grid with x, y coordinates in each square
data
management
python,
0 Votos
1 Respuesta
27th Mar 2019, 2:00 PM
TanTan
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. Sample Input hi 3 Sample Output hih
python
python3
0 Votos
19 Respuestas
17th Jan 2022, 3:43 PM
Abdul Wahab
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
What am I doing wrong here? I want it to print the value of x, not the letter x...
loop
python3
while
2 Votos
10 Respuestas
17th Jul 2020, 8:56 PM
Reacy.Py
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
[Solved] Why would stdscr.addstr(y, x, "text", curses.A_ATTRIBUTE) ignore the attribute but output the text as specified?
attributes
curses
python
0 Votos
2 Respuestas
29th May 2022, 1:03 AM
Korkunç el Gato
How can i create a variable integer named X, range between ( - 100 to 1000)
java
2 Votos
3 Respuestas
27th Aug 2017, 3:30 AM
vinay megharaj
“Write a program to take x and y as input and output the string x, repeated y times” Help
python
2 Votos
4 Respuestas
5th May 2022, 5:42 PM
Kieran Vandenberg
class Vector2D: def __init__(self, x, y): self.x = x self.y = y def __add__(self, other): return
magic-methods
python
1 Voto
2 Respuestas
1st Nov 2016, 11:53 PM
Sam Akin
def aunt(x, y): return x + 2 def log (x,y): return x*y def do_twice(name, x, y): return name(name(x, y), log(x, y)) x = 5 y= 3 print(do_twice(aunt, x, y)) Solve this problem step by step
python
0 Votos
3 Respuestas
31st Jul 2016, 12:06 PM
Rupam Das
take the input and reassign the element in the index to x, then print the list
list
operations
python
0 Votos
2 Respuestas
1st Feb 2021, 10:40 PM
Shane Bentley
What is the output of this code? static int Test(out int x, int y=4) { x = 6; return x * y; } static void Main(string[] args
code?
int
is
of
output
static
test(out
the
this
what
0 Votos
2 Respuestas
19th Sep 2018, 1:39 AM
Lavetta Lewis
{int x=1; cout<<" ×:"<<x<<endl;} in this programe how i can change the value of x, which opposite the const keyword
c++
variables
4 Votos
3 Respuestas
13th Sep 2016, 9:39 AM
Bint E Asif
r = lambda a : a + 15print(r(10))r = lambda x, y : x * yprint(r(12, 4))
python
0 Votos
1 Respuesta
29th Dec 2020, 7:34 AM
Kevin Esmero
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3
answer
need
0 Votos
5 Respuestas
13th Feb 2022, 3:32 AM
Anshpreets 6106
New to C++, making a calculator and wondering how do you add -, x, /, instead of just + ?
beginner
calculator
help
0 Votos
3 Respuestas
18th Nov 2021, 5:34 AM
Stefan Bain
Escribe un programa que tome x y y como entrada y genere la cadena x, repetida y veces. Ejemplo de entrada hi 3 Ejempl
variables
0 Votos
3 Respuestas
8th Feb 2022, 6:57 PM
Juan Guillermo Gallego
"for x in list" Assigns each list item to an x, Then how does it work "for i in range (10):" and why do you need "i"??
python3
2 Votos
12 Respuestas
1st Sep 2020, 1:07 PM
иван
Help me please!! Se tiene el siguiente supuesto: La Empresa X, le otorgará a cada empleado un bono al final del año, de acuerdo
urgente
-1 Voto
10 Respuestas
6th Jul 2020, 2:52 PM
Carmen
i set : 3 in argument x, and program says syntax error seems that index can not be more that 1. why?
output
0 Votos
6 Respuestas
19th Jun 2019, 12:34 AM
Edwin Boada
I need help, I cant bring out the value of the letters "W, X, Y, and Z" on the last part.
java
0 Votos
3 Respuestas
29th Sep 2020, 8:29 AM
Khryss Patrick Estrada
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
scanf("%2d %d %*f %5s", &x, &y, text); /* input: 1234 5.7 elephant */ printf("%d %d %s", x, y, text); /* output: 12 34
input
output
0 Votos
7 Respuestas
14th Sep 2020, 12:57 AM
Asad Zaman
Hacer un programa que, dado un valor de x, calcule el valor de la función: f(x) = 1 – x + x2/2! – x3/3! + x4/4! – x5/5! + …
c++
-1 Voto
19 Respuestas
11th Jul 2020, 2:18 AM
Daniel Enrrique Rios Carran
Explain the meaning and output of each line of the following in the context of programming: (i) int i; int x,
c
programming
0 Votos
2 Respuestas
13th Mar 2021, 3:34 PM
Kalicharan
Can someone help me understand the ++x, x++, - - x, and x-- thing I still have some problems with it \\fell free to upvote,comnt
c++
operators
2 Votos
8 Respuestas
23rd Jun 2017, 5:29 PM
jones Edward
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_
funcionea
1 Voto
2 Respuestas
23rd Apr 2019, 6:42 PM
Wander Anime
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
esvar
0 Votos
3 Respuestas
31st Mar 2022, 1:41 AM
Chabolu Dharaneesvar
Why do we make an object constructor using this keyword and don't we simple write return { a: x, b:y} in the function?
javascript
2 Votos
1 Respuesta
27th Oct 2020, 5:27 PM
Karak10
The following code examine three variables -- x, y, and z -- and prints the largest odd number among them. If none of them is o
python3
0 Votos
5 Respuestas
29th Sep 2020, 10:40 PM
Ali Rezaei
Didnt understand the second fornatted string code. Console.WriteLine("x = {0}; y = {1}", x, y); Why x & y is 0 & 1?
c#
output
1 Voto
3 Respuestas
18th Aug 2017, 12:39 PM
Akhi Jetra
Help me to fix my code. The question asks to enter contraits 0 <= X, Y <= 10000. Please show me tutorial to enter contraits
c
1 Voto
3 Respuestas
23rd Sep 2023, 5:12 AM
Theo Filus Iglesias Triadi
Write a program to read 2 value x, y and print the quotient and remainder value separately of division (x/y)
java
0 Votos
1 Respuesta
22nd Oct 2017, 3:54 AM
Sunil Kumar Gupta
How to write a c program that will print all even numbers from 2 to x, user must input the max.value using for loop?
for
loops
0 Votos
4 Respuestas
9th Jan 2018, 12:03 PM
Mae Ann
The output comes x=204.55 and y=10090 but my x is an integer?? int x = 10090; double y = 204.55; Console.WriteLine("x = {1}; y = {0}", x, y);
c#
output
1 Voto
7 Respuestas
16th Jun 2016, 12:40 PM
Ankit
Can you explain the process of this code.(i thought that answer would be [ X, 65 ] but real answer i get as a output [A, 65] ).
c
c++
2 Votos
1 Respuesta
17th Jan 2021, 2:22 PM
Shivam Godbole
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
0 Votos
1 Respuesta
30th Dec 2022, 11:26 AM
X Gamerz
In a matrix, or 2-d array X, the averages (or means) of the elements of rows is called row means. Task Given a 2D array, return
python3
0 Votos
2 Respuestas
5th Aug 2022, 1:12 PM
Ahmed Allawy
Assume we want to design a logic circuit with three inputs x, y, and z. The circuit output should be 1 only when x=1 and either
boolean-logic
0 Votos
2 Respuestas
25th Sep 2020, 5:26 PM
abiso_ csa
Please I need the answers and little explan. what type of variable is x, what is numb in the code, and what is Random
hello
0 Votos
1 Respuesta
22nd Jul 2017, 9:09 PM
wilson
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
Siguiente >
En tendencia hoy
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Recursion doubt
2 Votes