instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(35 + 38)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 48)
``` | 81 |
What is the output of the following code? | ```python
print(30 + 34)
``` | 64 |
What is the output of the following code? | ```python
print(92 - 41)
``` | 51 |
What is the output of the following code? | ```python
print(84 + 45)
``` | 129 |
What is the output of the following code? | ```python
print(8 - 12)
``` | -4 |
What is the output of the following code? | ```python
print(25 - 91)
``` | -66 |
What is the output of the following code? | ```python
print(73 - 52)
``` | 21 |
What is the output of the following code? | ```python
print(22 * 37)
``` | 814 |
What is the output of the following code? | ```python
print(2 + 15)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(68 * 28)
``` | 1904 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 65)
``` | 69 |
What is the output of the following code? | ```python
print(99 * 84)
``` | 8316 |
What is the output of the following code? | ```python
print(44 * 6)
``` | 264 |
What is the output of the following code? | ```python
print(56 - 75)
``` | -19 |
What is the output of the following code? | ```python
print(5 * 45)
``` | 225 |
What is the output of the following code? | ```python
print(23 + 7)
``` | 30 |
What is the output of the following code? | ```python
print(65 - 49)
``` | 16 |
What is the output of the following code? | ```python
print(93 * 26)
``` | 2418 |
¿Cuál es la salida del siguiente código? | ```python
print(17 + 68)
``` | 85 |
What is the output of the following code? | ```python
print(60 + 37)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 53)
``` | 43 |
What is the output of the following code? | ```python
print(15 * 59)
``` | 885 |
¿Cuál es la salida del siguiente código? | ```python
print(48 + 61)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 93)
``` | 2 |
What is the output of the following code? | ```python
print(98 - 33)
``` | 65 |
What is the output of the following code? | ```python
print(88 * 4)
``` | 352 |
What is the output of the following code? | ```python
print(82 * 96)
``` | 7872 |
What is the output of the following code? | ```python
print(8 * 28)
``` | 224 |
¿Cuál es la salida del siguiente código? | ```python
print(71 + 48)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 10)
``` | 850 |
What is the output of the following code? | ```python
print(91 * 93)
``` | 8463 |
What is the output of the following code? | ```python
print(7 + 84)
``` | 91 |
What is the output of the following code? | ```python
print(96 - 55)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 40)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 22)
``` | 41 |
¿Cuál es la salida del siguiente código? | ```python
print(3 * 31)
``` | 93 |
¿Cuál es la salida del siguiente código? | ```python
print(83 - 48)
``` | 35 |
What is the output of the following code? | ```python
print(7 * 90)
``` | 630 |
What is the output of the following code? | ```python
print(46 - 29)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 83)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(31 * 98)
``` | 3038 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 78)
``` | 6630 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 88)
``` | 3432 |
¿Cuál es la salida del siguiente código? | ```python
print(24 * 77)
``` | 1848 |
What is the output of the following code? | ```python
print(33 - 96)
``` | -63 |
What is the output of the following code? | ```python
print(42 + 3)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 78)
``` | 4758 |
¿Cuál es la salida del siguiente código? | ```python
print(2 + 6)
``` | 8 |
What is the output of the following code? | ```python
print(48 - 33)
``` | 15 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 50)
``` | 51 |
What is the output of the following code? | ```python
print(15 + 75)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 45)
``` | 29 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 87)
``` | 4785 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 85)
``` | 4845 |
What is the output of the following code? | ```python
print(88 - 53)
``` | 35 |
What is the output of the following code? | ```python
print(96 - 30)
``` | 66 |
What is the output of the following code? | ```python
print(41 - 60)
``` | -19 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 72)
``` | 140 |
¿Cuál es la salida del siguiente código? | ```python
print(74 - 55)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 89)
``` | 112 |
¿Cuál es la salida del siguiente código? | ```python
print(5 * 65)
``` | 325 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 20)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 53)
``` | 84 |
What is the output of the following code? | ```python
print(96 - 35)
``` | 61 |
What is the output of the following code? | ```python
print(98 + 5)
``` | 103 |
What is the output of the following code? | ```python
print(55 + 80)
``` | 135 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 46)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 35)
``` | 101 |
What is the output of the following code? | ```python
print(64 * 42)
``` | 2688 |
What is the output of the following code? | ```python
print(68 - 6)
``` | 62 |
¿Cuál es la salida del siguiente código? | ```python
print(84 - 89)
``` | -5 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 20)
``` | 1920 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 38)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(21 - 84)
``` | -63 |
What is the output of the following code? | ```python
print(85 * 62)
``` | 5270 |
What is the output of the following code? | ```python
print(14 - 96)
``` | -82 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 54)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(7 * 61)
``` | 427 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 82)
``` | 984 |
¿Cuál es la salida del siguiente código? | ```python
print(38 + 4)
``` | 42 |
What is the output of the following code? | ```python
print(47 * 7)
``` | 329 |
What is the output of the following code? | ```python
print(3 * 28)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 60)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(4 + 6)
``` | 10 |
What is the output of the following code? | ```python
print(10 + 96)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 81)
``` | 6561 |
What is the output of the following code? | ```python
print(76 + 24)
``` | 100 |
What is the output of the following code? | ```python
print(49 * 60)
``` | 2940 |
What is the output of the following code? | ```python
print(42 - 88)
``` | -46 |
What is the output of the following code? | ```python
print(34 - 37)
``` | -3 |
What is the output of the following code? | ```python
print(90 - 58)
``` | 32 |
What is the output of the following code? | ```python
print(34 + 71)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(99 + 39)
``` | 138 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 61)
``` | 139 |
What is the output of the following code? | ```python
print(2 * 7)
``` | 14 |
What is the output of the following code? | ```python
print(32 + 71)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(73 * 8)
``` | 584 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 35)
``` | 1505 |
What is the output of the following code? | ```python
print(18 + 46)
``` | 64 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.