instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(18 + 73)
``` | 91 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 95)
``` | 119 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 6)
``` | 51 |
What is the output of the following code? | ```python
print(57 * 13)
``` | 741 |
¿Cuál es la salida del siguiente código? | ```python
print(55 + 29)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 93)
``` | 372 |
What is the output of the following code? | ```python
print(70 + 36)
``` | 106 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 58)
``` | 136 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 18)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 85)
``` | -43 |
What is the output of the following code? | ```python
print(99 * 85)
``` | 8415 |
¿Cuál es la salida del siguiente código? | ```python
print(65 + 38)
``` | 103 |
What is the output of the following code? | ```python
print(75 - 30)
``` | 45 |
What is the output of the following code? | ```python
print(40 * 77)
``` | 3080 |
¿Cuál es la salida del siguiente código? | ```python
print(20 - 89)
``` | -69 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 43)
``` | -3 |
¿Cuál es la salida del siguiente código? | ```python
print(1 - 69)
``` | -68 |
What is the output of the following code? | ```python
print(96 - 89)
``` | 7 |
What is the output of the following code? | ```python
print(89 - 20)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 18)
``` | 21 |
What is the output of the following code? | ```python
print(48 + 55)
``` | 103 |
What is the output of the following code? | ```python
print(27 - 63)
``` | -36 |
What is the output of the following code? | ```python
print(31 + 71)
``` | 102 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 34)
``` | 2040 |
What is the output of the following code? | ```python
print(94 * 21)
``` | 1974 |
¿Cuál es la salida del siguiente código? | ```python
print(40 - 75)
``` | -35 |
What is the output of the following code? | ```python
print(95 - 77)
``` | 18 |
What is the output of the following code? | ```python
print(75 * 4)
``` | 300 |
¿Cuál es la salida del siguiente código? | ```python
print(20 * 35)
``` | 700 |
What is the output of the following code? | ```python
print(49 - 91)
``` | -42 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 63)
``` | 146 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 37)
``` | 444 |
What is the output of the following code? | ```python
print(10 - 96)
``` | -86 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 40)
``` | 240 |
What is the output of the following code? | ```python
print(44 * 94)
``` | 4136 |
What is the output of the following code? | ```python
print(92 - 28)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(19 + 90)
``` | 109 |
What is the output of the following code? | ```python
print(34 - 10)
``` | 24 |
What is the output of the following code? | ```python
print(36 + 35)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(96 - 13)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 16)
``` | -12 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 97)
``` | 2037 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 35)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 22)
``` | 75 |
¿Cuál es la salida del siguiente código? | ```python
print(61 - 61)
``` | 0 |
What is the output of the following code? | ```python
print(95 + 28)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(60 * 54)
``` | 3240 |
¿Cuál es la salida del siguiente código? | ```python
print(28 - 22)
``` | 6 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 28)
``` | 1736 |
What is the output of the following code? | ```python
print(92 * 17)
``` | 1564 |
What is the output of the following code? | ```python
print(58 + 16)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(21 * 17)
``` | 357 |
What is the output of the following code? | ```python
print(48 - 31)
``` | 17 |
What is the output of the following code? | ```python
print(77 * 58)
``` | 4466 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 72)
``` | -49 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 73)
``` | 103 |
¿Cuál es la salida del siguiente código? | ```python
print(100 - 93)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 76)
``` | 7372 |
¿Cuál es la salida del siguiente código? | ```python
print(36 + 41)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 92)
``` | -21 |
What is the output of the following code? | ```python
print(82 * 83)
``` | 6806 |
¿Cuál es la salida del siguiente código? | ```python
print(33 + 98)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(64 - 81)
``` | -17 |
¿Cuál es la salida del siguiente código? | ```python
print(58 + 26)
``` | 84 |
What is the output of the following code? | ```python
print(83 + 97)
``` | 180 |
What is the output of the following code? | ```python
print(85 * 51)
``` | 4335 |
¿Cuál es la salida del siguiente código? | ```python
print(40 * 7)
``` | 280 |
¿Cuál es la salida del siguiente código? | ```python
print(22 * 33)
``` | 726 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 99)
``` | 196 |
¿Cuál es la salida del siguiente código? | ```python
print(59 - 67)
``` | -8 |
What is the output of the following code? | ```python
print(36 * 92)
``` | 3312 |
What is the output of the following code? | ```python
print(31 - 91)
``` | -60 |
What is the output of the following code? | ```python
print(34 * 5)
``` | 170 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 29)
``` | 113 |
¿Cuál es la salida del siguiente código? | ```python
print(53 * 6)
``` | 318 |
What is the output of the following code? | ```python
print(64 * 55)
``` | 3520 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 77)
``` | 6237 |
What is the output of the following code? | ```python
print(78 * 95)
``` | 7410 |
What is the output of the following code? | ```python
print(89 * 84)
``` | 7476 |
¿Cuál es la salida del siguiente código? | ```python
print(82 + 15)
``` | 97 |
What is the output of the following code? | ```python
print(49 - 68)
``` | -19 |
What is the output of the following code? | ```python
print(70 * 41)
``` | 2870 |
¿Cuál es la salida del siguiente código? | ```python
print(49 + 22)
``` | 71 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 20)
``` | 73 |
What is the output of the following code? | ```python
print(21 - 2)
``` | 19 |
¿Cuál es la salida del siguiente código? | ```python
print(11 * 52)
``` | 572 |
¿Cuál es la salida del siguiente código? | ```python
print(9 - 34)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(65 - 66)
``` | -1 |
What is the output of the following code? | ```python
print(66 + 95)
``` | 161 |
What is the output of the following code? | ```python
print(63 * 90)
``` | 5670 |
¿Cuál es la salida del siguiente código? | ```python
print(14 * 81)
``` | 1134 |
¿Cuál es la salida del siguiente código? | ```python
print(46 - 39)
``` | 7 |
What is the output of the following code? | ```python
print(77 + 43)
``` | 120 |
What is the output of the following code? | ```python
print(33 - 7)
``` | 26 |
What is the output of the following code? | ```python
print(63 * 97)
``` | 6111 |
¿Cuál es la salida del siguiente código? | ```python
print(3 - 22)
``` | -19 |
What is the output of the following code? | ```python
print(93 - 72)
``` | 21 |
What is the output of the following code? | ```python
print(52 + 62)
``` | 114 |
What is the output of the following code? | ```python
print(71 - 53)
``` | 18 |
¿Cuál es la salida del siguiente código? | ```python
print(62 + 62)
``` | 124 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.