instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(51 * 46)
``` | 2346 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 53)
``` | 59 |
What is the output of the following code? | ```python
print(35 - 21)
``` | 14 |
What is the output of the following code? | ```python
print(21 + 56)
``` | 77 |
What is the output of the following code? | ```python
print(90 - 7)
``` | 83 |
What is the output of the following code? | ```python
print(77 - 56)
``` | 21 |
What is the output of the following code? | ```python
print(12 * 74)
``` | 888 |
What is the output of the following code? | ```python
print(31 - 39)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 32)
``` | 672 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 23)
``` | 49 |
What is the output of the following code? | ```python
print(21 - 18)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 11)
``` | 41 |
What is the output of the following code? | ```python
print(9 + 54)
``` | 63 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 99)
``` | 3069 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 25)
``` | 75 |
What is the output of the following code? | ```python
print(10 * 14)
``` | 140 |
What is the output of the following code? | ```python
print(85 + 97)
``` | 182 |
¿Cuál es la salida del siguiente código? | ```python
print(26 - 12)
``` | 14 |
What is the output of the following code? | ```python
print(87 + 77)
``` | 164 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 35)
``` | 51 |
What is the output of the following code? | ```python
print(82 - 26)
``` | 56 |
What is the output of the following code? | ```python
print(74 + 14)
``` | 88 |
What is the output of the following code? | ```python
print(96 + 11)
``` | 107 |
What is the output of the following code? | ```python
print(40 * 12)
``` | 480 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 63)
``` | 4158 |
What is the output of the following code? | ```python
print(51 + 33)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(72 + 67)
``` | 139 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 43)
``` | -33 |
What is the output of the following code? | ```python
print(24 + 75)
``` | 99 |
What is the output of the following code? | ```python
print(18 * 1)
``` | 18 |
What is the output of the following code? | ```python
print(16 + 87)
``` | 103 |
What is the output of the following code? | ```python
print(100 - 70)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(63 - 67)
``` | -4 |
What is the output of the following code? | ```python
print(50 + 69)
``` | 119 |
What is the output of the following code? | ```python
print(67 + 84)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 80)
``` | -1 |
What is the output of the following code? | ```python
print(38 * 53)
``` | 2014 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 51)
``` | 4692 |
What is the output of the following code? | ```python
print(42 - 49)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 59)
``` | 4366 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 59)
``` | -58 |
What is the output of the following code? | ```python
print(3 + 24)
``` | 27 |
What is the output of the following code? | ```python
print(50 + 49)
``` | 99 |
What is the output of the following code? | ```python
print(34 + 74)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 45)
``` | 32 |
What is the output of the following code? | ```python
print(31 + 96)
``` | 127 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 3)
``` | 144 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 60)
``` | 2760 |
What is the output of the following code? | ```python
print(26 * 49)
``` | 1274 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 15)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(17 * 76)
``` | 1292 |
What is the output of the following code? | ```python
print(44 * 64)
``` | 2816 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 64)
``` | 5568 |
What is the output of the following code? | ```python
print(50 * 68)
``` | 3400 |
¿Cuál es la salida del siguiente código? | ```python
print(28 - 13)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(71 + 8)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 1)
``` | 50 |
What is the output of the following code? | ```python
print(16 + 77)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 76)
``` | -49 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 72)
``` | 135 |
What is the output of the following code? | ```python
print(25 - 2)
``` | 23 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 80)
``` | -41 |
What is the output of the following code? | ```python
print(26 - 59)
``` | -33 |
¿Cuál es la salida del siguiente código? | ```python
print(74 * 6)
``` | 444 |
What is the output of the following code? | ```python
print(18 + 74)
``` | 92 |
What is the output of the following code? | ```python
print(80 + 9)
``` | 89 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 88)
``` | 2112 |
What is the output of the following code? | ```python
print(68 + 80)
``` | 148 |
¿Cuál es la salida del siguiente código? | ```python
print(22 - 54)
``` | -32 |
What is the output of the following code? | ```python
print(62 * 6)
``` | 372 |
What is the output of the following code? | ```python
print(50 - 75)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 60)
``` | -31 |
What is the output of the following code? | ```python
print(52 - 72)
``` | -20 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 45)
``` | 1215 |
What is the output of the following code? | ```python
print(5 * 98)
``` | 490 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 53)
``` | 3604 |
What is the output of the following code? | ```python
print(54 - 49)
``` | 5 |
What is the output of the following code? | ```python
print(14 * 80)
``` | 1120 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 14)
``` | -12 |
What is the output of the following code? | ```python
print(1 * 29)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 34)
``` | -2 |
What is the output of the following code? | ```python
print(82 * 64)
``` | 5248 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 75)
``` | 15 |
What is the output of the following code? | ```python
print(26 + 76)
``` | 102 |
What is the output of the following code? | ```python
print(13 + 27)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(98 + 60)
``` | 158 |
What is the output of the following code? | ```python
print(52 * 19)
``` | 988 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 26)
``` | 101 |
What is the output of the following code? | ```python
print(36 + 71)
``` | 107 |
What is the output of the following code? | ```python
print(7 + 47)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 24)
``` | 336 |
¿Cuál es la salida del siguiente código? | ```python
print(29 + 38)
``` | 67 |
What is the output of the following code? | ```python
print(37 + 29)
``` | 66 |
What is the output of the following code? | ```python
print(81 - 24)
``` | 57 |
What is the output of the following code? | ```python
print(26 - 2)
``` | 24 |
What is the output of the following code? | ```python
print(3 - 90)
``` | -87 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 62)
``` | -21 |
¿Cuál es la salida del siguiente código? | ```python
print(10 - 30)
``` | -20 |
What is the output of the following code? | ```python
print(11 + 94)
``` | 105 |
What is the output of the following code? | ```python
print(55 + 14)
``` | 69 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.