instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(12 + 14 * 5)
``` | 82 |
What is the output of the following code? | ```python
print(13 + 4 * 2)
``` | 21 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 32)
``` | 68 |
Escribe una función en Python llamada `sumar_valores` que suma dos números. | ```python
def sumar_valores(a, b):
return a + b
``` | |
El siguiente código contiene un error. Corrígelo. | ```python
def f(x) return x
``` | ```python
def f(x):
return x
``` |
¿Cuál es la salida del siguiente código? | ```python
print(30 * 65)
``` | 1950 |
El siguiente código contiene un error. Corrígelo. | ```python
print 'hola'
``` | ```python
print('hola')
``` |
What is the output of the following code? | ```python
print(98 + 44)
``` | 142 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 45)
``` | 2070 |
Write a Python function named `add_vals` that adds two numbers. | ```python
def add_vals(a, b):
return a + b
``` | |
The following code contains an error. Fix it. | ```python
print 'hola'
``` | ```python
print('hola')
``` |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 82)
``` | -23 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 86)
``` | -59 |
¿Cuál es la salida del siguiente código? | ```python
print(49 * 35)
``` | 1715 |
The following code contains an error. Fix it. | ```python
def f(x) return x
``` | ```python
def f(x):
return x
``` |
What is the output of the following code? | ```python
print(64 * 51)
``` | 3264 |
What is the output of the following code? | ```python
print(18 * 32)
``` | 576 |
What is the output of the following code? | ```python
print(18 - 66)
``` | -48 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 88)
``` | -67 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 60)
``` | 4620 |
What is the output of the following code? | ```python
print(56 - 21)
``` | 35 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 21)
``` | 2058 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 40)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(73 + 11)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 71)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(9 + 44)
``` | 53 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 43)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 28)
``` | 1764 |
What is the output of the following code? | ```python
print(61 + 53)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(56 - 46)
``` | 10 |
¿Cuál es la salida del siguiente código? | ```python
print(94 + 44)
``` | 138 |
¿Cuál es la salida del siguiente código? | ```python
print(69 + 58)
``` | 127 |
What is the output of the following code? | ```python
print(60 + 32)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(70 + 2)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 62)
``` | 125 |
¿Cuál es la salida del siguiente código? | ```python
print(50 - 34)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 8)
``` | 224 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 65)
``` | 4030 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 11)
``` | 77 |
What is the output of the following code? | ```python
print(73 * 32)
``` | 2336 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 86)
``` | 1462 |
What is the output of the following code? | ```python
print(57 * 70)
``` | 3990 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 96)
``` | 1344 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 27)
``` | 2106 |
What is the output of the following code? | ```python
print(82 * 34)
``` | 2788 |
What is the output of the following code? | ```python
print(7 * 12)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 17)
``` | 1683 |
What is the output of the following code? | ```python
print(57 * 71)
``` | 4047 |
What is the output of the following code? | ```python
print(6 + 46)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 53)
``` | 2279 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 14)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 45)
``` | 14 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 25)
``` | 60 |
What is the output of the following code? | ```python
print(9 - 99)
``` | -90 |
What is the output of the following code? | ```python
print(34 + 5)
``` | 39 |
What is the output of the following code? | ```python
print(41 * 56)
``` | 2296 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 25)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(86 * 49)
``` | 4214 |
What is the output of the following code? | ```python
print(56 * 75)
``` | 4200 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 82)
``` | 6970 |
What is the output of the following code? | ```python
print(97 * 31)
``` | 3007 |
What is the output of the following code? | ```python
print(26 + 19)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(61 + 79)
``` | 140 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 67)
``` | 23 |
What is the output of the following code? | ```python
print(60 * 86)
``` | 5160 |
What is the output of the following code? | ```python
print(37 - 31)
``` | 6 |
What is the output of the following code? | ```python
print(70 + 11)
``` | 81 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 20)
``` | 1780 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 43)
``` | 2279 |
What is the output of the following code? | ```python
print(99 * 75)
``` | 7425 |
What is the output of the following code? | ```python
print(56 + 63)
``` | 119 |
What is the output of the following code? | ```python
print(87 * 52)
``` | 4524 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 18)
``` | 37 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 42)
``` | 91 |
What is the output of the following code? | ```python
print(98 - 49)
``` | 49 |
What is the output of the following code? | ```python
print(11 + 61)
``` | 72 |
What is the output of the following code? | ```python
print(9 * 100)
``` | 900 |
¿Cuál es la salida del siguiente código? | ```python
print(3 + 80)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(86 * 15)
``` | 1290 |
What is the output of the following code? | ```python
print(78 * 96)
``` | 7488 |
What is the output of the following code? | ```python
print(92 + 26)
``` | 118 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 39)
``` | 3861 |
¿Cuál es la salida del siguiente código? | ```python
print(55 - 85)
``` | -30 |
What is the output of the following code? | ```python
print(47 - 82)
``` | -35 |
¿Cuál es la salida del siguiente código? | ```python
print(58 - 32)
``` | 26 |
What is the output of the following code? | ```python
print(64 + 42)
``` | 106 |
What is the output of the following code? | ```python
print(34 - 44)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 63)
``` | 3339 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 89)
``` | 141 |
What is the output of the following code? | ```python
print(59 - 35)
``` | 24 |
What is the output of the following code? | ```python
print(93 - 25)
``` | 68 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 62)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 23)
``` | 24 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 71)
``` | -64 |
What is the output of the following code? | ```python
print(7 - 33)
``` | -26 |
¿Cuál es la salida del siguiente código? | ```python
print(73 + 39)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 54)
``` | 5292 |
What is the output of the following code? | ```python
print(80 * 8)
``` | 640 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 71)
``` | 94 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 89)
``` | 5162 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.