instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(10 - 8)
``` | 2 |
¿Cuál es la salida del siguiente código? | ```python
print(36 * 49)
``` | 1764 |
What is the output of the following code? | ```python
print(36 - 57)
``` | -21 |
What is the output of the following code? | ```python
print(21 * 45)
``` | 945 |
What is the output of the following code? | ```python
print(78 * 29)
``` | 2262 |
¿Cuál es la salida del siguiente código? | ```python
print(90 - 21)
``` | 69 |
What is the output of the following code? | ```python
print(56 - 92)
``` | -36 |
What is the output of the following code? | ```python
print(43 - 22)
``` | 21 |
What is the output of the following code? | ```python
print(96 * 81)
``` | 7776 |
What is the output of the following code? | ```python
print(93 * 1)
``` | 93 |
What is the output of the following code? | ```python
print(1 * 54)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(70 * 2)
``` | 140 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 45)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 22)
``` | 23 |
What is the output of the following code? | ```python
print(20 * 48)
``` | 960 |
What is the output of the following code? | ```python
print(8 * 15)
``` | 120 |
What is the output of the following code? | ```python
print(92 + 88)
``` | 180 |
¿Cuál es la salida del siguiente código? | ```python
print(21 + 38)
``` | 59 |
What is the output of the following code? | ```python
print(69 - 4)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(35 - 97)
``` | -62 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 8)
``` | 67 |
What is the output of the following code? | ```python
print(79 * 77)
``` | 6083 |
¿Cuál es la salida del siguiente código? | ```python
print(64 + 52)
``` | 116 |
What is the output of the following code? | ```python
print(9 - 2)
``` | 7 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 10)
``` | 580 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 30)
``` | 1440 |
What is the output of the following code? | ```python
print(55 - 36)
``` | 19 |
What is the output of the following code? | ```python
print(66 - 81)
``` | -15 |
What is the output of the following code? | ```python
print(19 + 90)
``` | 109 |
What is the output of the following code? | ```python
print(99 + 30)
``` | 129 |
What is the output of the following code? | ```python
print(18 + 35)
``` | 53 |
What is the output of the following code? | ```python
print(13 + 35)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 14)
``` | 68 |
What is the output of the following code? | ```python
print(80 + 8)
``` | 88 |
What is the output of the following code? | ```python
print(67 * 43)
``` | 2881 |
What is the output of the following code? | ```python
print(17 * 85)
``` | 1445 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 100)
``` | 2800 |
What is the output of the following code? | ```python
print(21 + 23)
``` | 44 |
What is the output of the following code? | ```python
print(14 + 69)
``` | 83 |
What is the output of the following code? | ```python
print(39 + 58)
``` | 97 |
What is the output of the following code? | ```python
print(98 + 33)
``` | 131 |
¿Cuál es la salida del siguiente código? | ```python
print(22 + 21)
``` | 43 |
What is the output of the following code? | ```python
print(73 + 74)
``` | 147 |
What is the output of the following code? | ```python
print(89 + 57)
``` | 146 |
¿Cuál es la salida del siguiente código? | ```python
print(30 + 79)
``` | 109 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 60)
``` | 99 |
¿Cuál es la salida del siguiente código? | ```python
print(1 + 89)
``` | 90 |
What is the output of the following code? | ```python
print(52 * 15)
``` | 780 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 91)
``` | 2548 |
What is the output of the following code? | ```python
print(74 + 42)
``` | 116 |
What is the output of the following code? | ```python
print(35 + 55)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(26 + 53)
``` | 79 |
What is the output of the following code? | ```python
print(26 + 92)
``` | 118 |
What is the output of the following code? | ```python
print(37 * 15)
``` | 555 |
What is the output of the following code? | ```python
print(44 * 13)
``` | 572 |
What is the output of the following code? | ```python
print(12 * 64)
``` | 768 |
¿Cuál es la salida del siguiente código? | ```python
print(90 + 24)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 57)
``` | -28 |
¿Cuál es la salida del siguiente código? | ```python
print(45 - 55)
``` | -10 |
¿Cuál es la salida del siguiente código? | ```python
print(38 * 99)
``` | 3762 |
What is the output of the following code? | ```python
print(44 - 81)
``` | -37 |
What is the output of the following code? | ```python
print(51 - 93)
``` | -42 |
¿Cuál es la salida del siguiente código? | ```python
print(76 + 78)
``` | 154 |
What is the output of the following code? | ```python
print(63 * 83)
``` | 5229 |
What is the output of the following code? | ```python
print(65 - 67)
``` | -2 |
What is the output of the following code? | ```python
print(7 * 51)
``` | 357 |
What is the output of the following code? | ```python
print(97 * 58)
``` | 5626 |
What is the output of the following code? | ```python
print(50 + 97)
``` | 147 |
¿Cuál es la salida del siguiente código? | ```python
print(67 - 40)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(31 - 47)
``` | -16 |
What is the output of the following code? | ```python
print(5 * 30)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 62)
``` | 3162 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 54)
``` | -30 |
What is the output of the following code? | ```python
print(98 * 43)
``` | 4214 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 27)
``` | 2619 |
What is the output of the following code? | ```python
print(51 + 27)
``` | 78 |
What is the output of the following code? | ```python
print(20 * 54)
``` | 1080 |
What is the output of the following code? | ```python
print(76 + 38)
``` | 114 |
¿Cuál es la salida del siguiente código? | ```python
print(90 * 76)
``` | 6840 |
What is the output of the following code? | ```python
print(82 * 77)
``` | 6314 |
¿Cuál es la salida del siguiente código? | ```python
print(46 * 100)
``` | 4600 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 69)
``` | -25 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 78)
``` | 2652 |
What is the output of the following code? | ```python
print(66 - 96)
``` | -30 |
¿Cuál es la salida del siguiente código? | ```python
print(81 + 70)
``` | 151 |
What is the output of the following code? | ```python
print(65 * 85)
``` | 5525 |
What is the output of the following code? | ```python
print(54 + 70)
``` | 124 |
What is the output of the following code? | ```python
print(2 + 72)
``` | 74 |
What is the output of the following code? | ```python
print(34 - 36)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(77 * 49)
``` | 3773 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 96)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 48)
``` | 133 |
What is the output of the following code? | ```python
print(2 * 24)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 84)
``` | -35 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 38)
``` | 135 |
¿Cuál es la salida del siguiente código? | ```python
print(29 - 90)
``` | -61 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 73)
``` | 19 |
What is the output of the following code? | ```python
print(48 * 36)
``` | 1728 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 49)
``` | -44 |
¿Cuál es la salida del siguiente código? | ```python
print(7 + 33)
``` | 40 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.