instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
¿Cuál es la salida del siguiente código? | ```python
print(33 + 92)
``` | 125 |
What is the output of the following code? | ```python
print(82 - 78)
``` | 4 |
What is the output of the following code? | ```python
print(68 - 29)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(50 * 65)
``` | 3250 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 65)
``` | 3705 |
¿Cuál es la salida del siguiente código? | ```python
print(12 + 73)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 15)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 54)
``` | 28 |
What is the output of the following code? | ```python
print(27 + 7)
``` | 34 |
What is the output of the following code? | ```python
print(86 * 15)
``` | 1290 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 54)
``` | -45 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 57)
``` | 1539 |
¿Cuál es la salida del siguiente código? | ```python
print(78 - 39)
``` | 39 |
¿Cuál es la salida del siguiente código? | ```python
print(66 * 55)
``` | 3630 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 100)
``` | 197 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 48)
``` | 111 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 68)
``` | 1972 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 24)
``` | 1320 |
What is the output of the following code? | ```python
print(25 + 37)
``` | 62 |
What is the output of the following code? | ```python
print(8 * 46)
``` | 368 |
What is the output of the following code? | ```python
print(37 * 6)
``` | 222 |
What is the output of the following code? | ```python
print(77 + 27)
``` | 104 |
What is the output of the following code? | ```python
print(49 - 76)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 51)
``` | 2448 |
What is the output of the following code? | ```python
print(63 + 29)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 3)
``` | 102 |
What is the output of the following code? | ```python
print(71 - 65)
``` | 6 |
What is the output of the following code? | ```python
print(20 * 77)
``` | 1540 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 41)
``` | 2870 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 70)
``` | 3010 |
What is the output of the following code? | ```python
print(23 - 77)
``` | -54 |
What is the output of the following code? | ```python
print(96 - 39)
``` | 57 |
What is the output of the following code? | ```python
print(75 + 64)
``` | 139 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 24)
``` | 1488 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 58)
``` | 4176 |
¿Cuál es la salida del siguiente código? | ```python
print(81 - 24)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(80 + 60)
``` | 140 |
What is the output of the following code? | ```python
print(46 * 82)
``` | 3772 |
What is the output of the following code? | ```python
print(49 * 50)
``` | 2450 |
What is the output of the following code? | ```python
print(32 - 98)
``` | -66 |
¿Cuál es la salida del siguiente código? | ```python
print(29 * 26)
``` | 754 |
What is the output of the following code? | ```python
print(41 * 38)
``` | 1558 |
What is the output of the following code? | ```python
print(56 + 20)
``` | 76 |
What is the output of the following code? | ```python
print(26 * 78)
``` | 2028 |
What is the output of the following code? | ```python
print(16 * 29)
``` | 464 |
¿Cuál es la salida del siguiente código? | ```python
print(88 + 48)
``` | 136 |
What is the output of the following code? | ```python
print(37 + 73)
``` | 110 |
What is the output of the following code? | ```python
print(96 * 11)
``` | 1056 |
What is the output of the following code? | ```python
print(48 + 78)
``` | 126 |
¿Cuál es la salida del siguiente código? | ```python
print(74 + 84)
``` | 158 |
What is the output of the following code? | ```python
print(18 + 87)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 65)
``` | 140 |
What is the output of the following code? | ```python
print(33 + 43)
``` | 76 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 98)
``` | -62 |
What is the output of the following code? | ```python
print(60 - 41)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(32 - 58)
``` | -26 |
¿Cuál es la salida del siguiente código? | ```python
print(8 * 9)
``` | 72 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 8)
``` | 472 |
¿Cuál es la salida del siguiente código? | ```python
print(30 - 81)
``` | -51 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 11)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 43)
``` | 128 |
What is the output of the following code? | ```python
print(2 * 26)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 78)
``` | 12 |
What is the output of the following code? | ```python
print(3 * 89)
``` | 267 |
What is the output of the following code? | ```python
print(74 - 44)
``` | 30 |
¿Cuál es la salida del siguiente código? | ```python
print(66 - 28)
``` | 38 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 43)
``` | 82 |
¿Cuál es la salida del siguiente código? | ```python
print(93 + 37)
``` | 130 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 46)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(50 - 46)
``` | 4 |
What is the output of the following code? | ```python
print(57 - 62)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(93 * 60)
``` | 5580 |
¿Cuál es la salida del siguiente código? | ```python
print(41 * 64)
``` | 2624 |
What is the output of the following code? | ```python
print(7 + 28)
``` | 35 |
What is the output of the following code? | ```python
print(74 * 98)
``` | 7252 |
What is the output of the following code? | ```python
print(40 - 99)
``` | -59 |
¿Cuál es la salida del siguiente código? | ```python
print(8 + 30)
``` | 38 |
What is the output of the following code? | ```python
print(53 - 96)
``` | -43 |
¿Cuál es la salida del siguiente código? | ```python
print(51 + 52)
``` | 103 |
What is the output of the following code? | ```python
print(31 + 90)
``` | 121 |
What is the output of the following code? | ```python
print(5 * 91)
``` | 455 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 67)
``` | 119 |
What is the output of the following code? | ```python
print(66 * 80)
``` | 5280 |
What is the output of the following code? | ```python
print(53 * 45)
``` | 2385 |
What is the output of the following code? | ```python
print(46 - 31)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(85 - 7)
``` | 78 |
What is the output of the following code? | ```python
print(86 + 40)
``` | 126 |
What is the output of the following code? | ```python
print(47 + 38)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(59 * 59)
``` | 3481 |
What is the output of the following code? | ```python
print(15 - 9)
``` | 6 |
What is the output of the following code? | ```python
print(90 * 42)
``` | 3780 |
What is the output of the following code? | ```python
print(60 - 84)
``` | -24 |
What is the output of the following code? | ```python
print(54 * 18)
``` | 972 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 58)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 78)
``` | -53 |
¿Cuál es la salida del siguiente código? | ```python
print(75 + 52)
``` | 127 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 81)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 2)
``` | 80 |
What is the output of the following code? | ```python
print(39 - 10)
``` | 29 |
What is the output of the following code? | ```python
print(33 - 49)
``` | -16 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.