instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(93 * 66)
``` | 6138 |
What is the output of the following code? | ```python
print(63 + 83)
``` | 146 |
What is the output of the following code? | ```python
print(49 * 2)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 27)
``` | 67 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 94)
``` | 194 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 73)
``` | 4307 |
¿Cuál es la salida del siguiente código? | ```python
print(69 * 95)
``` | 6555 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 24)
``` | 2280 |
¿Cuál es la salida del siguiente código? | ```python
print(92 + 59)
``` | 151 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 98)
``` | 7350 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 57)
``` | 72 |
What is the output of the following code? | ```python
print(70 + 76)
``` | 146 |
What is the output of the following code? | ```python
print(2 - 75)
``` | -73 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 77)
``` | -24 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 72)
``` | 6264 |
What is the output of the following code? | ```python
print(57 * 44)
``` | 2508 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 98)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 41)
``` | 1640 |
What is the output of the following code? | ```python
print(39 + 79)
``` | 118 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 99)
``` | -74 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 61)
``` | 4087 |
What is the output of the following code? | ```python
print(34 - 61)
``` | -27 |
What is the output of the following code? | ```python
print(43 - 94)
``` | -51 |
What is the output of the following code? | ```python
print(53 * 46)
``` | 2438 |
What is the output of the following code? | ```python
print(91 + 26)
``` | 117 |
What is the output of the following code? | ```python
print(48 - 4)
``` | 44 |
What is the output of the following code? | ```python
print(32 - 21)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 76)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 44)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 9)
``` | 891 |
¿Cuál es la salida del siguiente código? | ```python
print(60 - 30)
``` | 30 |
What is the output of the following code? | ```python
print(87 - 91)
``` | -4 |
¿Cuál es la salida del siguiente código? | ```python
print(53 - 55)
``` | -2 |
What is the output of the following code? | ```python
print(56 * 5)
``` | 280 |
What is the output of the following code? | ```python
print(43 + 82)
``` | 125 |
What is the output of the following code? | ```python
print(83 - 74)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 55)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 27)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(69 + 78)
``` | 147 |
What is the output of the following code? | ```python
print(57 - 16)
``` | 41 |
What is the output of the following code? | ```python
print(57 + 52)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(23 * 65)
``` | 1495 |
¿Cuál es la salida del siguiente código? | ```python
print(27 - 16)
``` | 11 |
What is the output of the following code? | ```python
print(49 - 54)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 9)
``` | 31 |
What is the output of the following code? | ```python
print(90 * 11)
``` | 990 |
What is the output of the following code? | ```python
print(32 * 23)
``` | 736 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 18)
``` | 360 |
What is the output of the following code? | ```python
print(54 - 21)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(67 * 20)
``` | 1340 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 21)
``` | 36 |
What is the output of the following code? | ```python
print(52 - 81)
``` | -29 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 5)
``` | 305 |
¿Cuál es la salida del siguiente código? | ```python
print(45 + 29)
``` | 74 |
What is the output of the following code? | ```python
print(78 + 82)
``` | 160 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 19)
``` | 36 |
What is the output of the following code? | ```python
print(79 + 14)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 85)
``` | 9 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 5)
``` | 87 |
¿Cuál es la salida del siguiente código? | ```python
print(2 - 74)
``` | -72 |
What is the output of the following code? | ```python
print(24 - 33)
``` | -9 |
What is the output of the following code? | ```python
print(47 * 55)
``` | 2585 |
¿Cuál es la salida del siguiente código? | ```python
print(59 + 15)
``` | 74 |
What is the output of the following code? | ```python
print(45 - 40)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 25)
``` | 91 |
What is the output of the following code? | ```python
print(88 * 22)
``` | 1936 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 38)
``` | 14 |
What is the output of the following code? | ```python
print(93 + 39)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(72 - 86)
``` | -14 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 18)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 83)
``` | -62 |
What is the output of the following code? | ```python
print(36 - 18)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(19 - 87)
``` | -68 |
What is the output of the following code? | ```python
print(16 - 67)
``` | -51 |
What is the output of the following code? | ```python
print(57 + 39)
``` | 96 |
What is the output of the following code? | ```python
print(97 - 93)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(33 * 15)
``` | 495 |
What is the output of the following code? | ```python
print(86 * 64)
``` | 5504 |
What is the output of the following code? | ```python
print(13 - 92)
``` | -79 |
What is the output of the following code? | ```python
print(14 * 76)
``` | 1064 |
¿Cuál es la salida del siguiente código? | ```python
print(87 * 91)
``` | 7917 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 59)
``` | 3363 |
What is the output of the following code? | ```python
print(53 * 4)
``` | 212 |
What is the output of the following code? | ```python
print(88 - 45)
``` | 43 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 42)
``` | -35 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 71)
``` | 7029 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 69)
``` | 5451 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 13)
``` | 520 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 63)
``` | 28 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 25)
``` | 375 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 10)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(77 - 85)
``` | -8 |
What is the output of the following code? | ```python
print(44 - 69)
``` | -25 |
What is the output of the following code? | ```python
print(50 * 14)
``` | 700 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 3)
``` | 96 |
What is the output of the following code? | ```python
print(67 - 75)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 10)
``` | 460 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 32)
``` | 2880 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 91)
``` | -26 |
What is the output of the following code? | ```python
print(78 * 30)
``` | 2340 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.