instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(80 * 70)
``` | 5600 |
What is the output of the following code? | ```python
print(58 + 92)
``` | 150 |
¿Cuál es la salida del siguiente código? | ```python
print(40 + 54)
``` | 94 |
What is the output of the following code? | ```python
print(87 * 65)
``` | 5655 |
¿Cuál es la salida del siguiente código? | ```python
print(63 * 4)
``` | 252 |
What is the output of the following code? | ```python
print(18 * 97)
``` | 1746 |
What is the output of the following code? | ```python
print(72 * 50)
``` | 3600 |
¿Cuál es la salida del siguiente código? | ```python
print(51 - 69)
``` | -18 |
¿Cuál es la salida del siguiente código? | ```python
print(7 * 77)
``` | 539 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 87)
``` | 522 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 89)
``` | 133 |
¿Cuál es la salida del siguiente código? | ```python
print(50 + 79)
``` | 129 |
What is the output of the following code? | ```python
print(87 + 55)
``` | 142 |
¿Cuál es la salida del siguiente código? | ```python
print(64 + 80)
``` | 144 |
What is the output of the following code? | ```python
print(88 - 71)
``` | 17 |
What is the output of the following code? | ```python
print(24 - 30)
``` | -6 |
¿Cuál es la salida del siguiente código? | ```python
print(5 - 63)
``` | -58 |
¿Cuál es la salida del siguiente código? | ```python
print(35 + 25)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(79 * 9)
``` | 711 |
¿Cuál es la salida del siguiente código? | ```python
print(67 + 37)
``` | 104 |
¿Cuál es la salida del siguiente código? | ```python
print(97 + 24)
``` | 121 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 45)
``` | 4320 |
What is the output of the following code? | ```python
print(21 * 49)
``` | 1029 |
What is the output of the following code? | ```python
print(55 + 26)
``` | 81 |
What is the output of the following code? | ```python
print(96 - 70)
``` | 26 |
¿Cuál es la salida del siguiente código? | ```python
print(6 * 83)
``` | 498 |
¿Cuál es la salida del siguiente código? | ```python
print(92 * 20)
``` | 1840 |
¿Cuál es la salida del siguiente código? | ```python
print(95 - 91)
``` | 4 |
¿Cuál es la salida del siguiente código? | ```python
print(33 - 13)
``` | 20 |
What is the output of the following code? | ```python
print(94 - 49)
``` | 45 |
¿Cuál es la salida del siguiente código? | ```python
print(43 + 18)
``` | 61 |
¿Cuál es la salida del siguiente código? | ```python
print(84 + 73)
``` | 157 |
What is the output of the following code? | ```python
print(86 * 65)
``` | 5590 |
What is the output of the following code? | ```python
print(59 * 74)
``` | 4366 |
What is the output of the following code? | ```python
print(9 + 65)
``` | 74 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 20)
``` | 21 |
What is the output of the following code? | ```python
print(50 * 51)
``` | 2550 |
What is the output of the following code? | ```python
print(19 + 98)
``` | 117 |
What is the output of the following code? | ```python
print(72 * 14)
``` | 1008 |
What is the output of the following code? | ```python
print(33 + 91)
``` | 124 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 61)
``` | 3782 |
What is the output of the following code? | ```python
print(27 + 70)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(49 - 33)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(36 * 39)
``` | 1404 |
¿Cuál es la salida del siguiente código? | ```python
print(27 * 93)
``` | 2511 |
¿Cuál es la salida del siguiente código? | ```python
print(36 - 81)
``` | -45 |
What is the output of the following code? | ```python
print(93 * 37)
``` | 3441 |
¿Cuál es la salida del siguiente código? | ```python
print(13 + 37)
``` | 50 |
What is the output of the following code? | ```python
print(17 - 17)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(78 * 21)
``` | 1638 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 54)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 58)
``` | 69 |
¿Cuál es la salida del siguiente código? | ```python
print(34 + 43)
``` | 77 |
¿Cuál es la salida del siguiente código? | ```python
print(77 + 82)
``` | 159 |
What is the output of the following code? | ```python
print(80 - 75)
``` | 5 |
¿Cuál es la salida del siguiente código? | ```python
print(15 + 8)
``` | 23 |
What is the output of the following code? | ```python
print(72 * 16)
``` | 1152 |
¿Cuál es la salida del siguiente código? | ```python
print(15 * 52)
``` | 780 |
What is the output of the following code? | ```python
print(81 + 51)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(39 + 86)
``` | 125 |
What is the output of the following code? | ```python
print(66 + 31)
``` | 97 |
What is the output of the following code? | ```python
print(38 + 45)
``` | 83 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 1)
``` | 32 |
What is the output of the following code? | ```python
print(18 - 51)
``` | -33 |
What is the output of the following code? | ```python
print(4 + 4)
``` | 8 |
What is the output of the following code? | ```python
print(5 - 83)
``` | -78 |
What is the output of the following code? | ```python
print(84 * 60)
``` | 5040 |
¿Cuál es la salida del siguiente código? | ```python
print(34 - 40)
``` | -6 |
¿Cuál es la salida del siguiente código? | ```python
print(27 + 40)
``` | 67 |
What is the output of the following code? | ```python
print(26 + 37)
``` | 63 |
What is the output of the following code? | ```python
print(97 * 53)
``` | 5141 |
¿Cuál es la salida del siguiente código? | ```python
print(6 + 11)
``` | 17 |
What is the output of the following code? | ```python
print(49 + 68)
``` | 117 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 60)
``` | 84 |
¿Cuál es la salida del siguiente código? | ```python
print(1 * 46)
``` | 46 |
¿Cuál es la salida del siguiente código? | ```python
print(70 + 59)
``` | 129 |
What is the output of the following code? | ```python
print(15 - 78)
``` | -63 |
¿Cuál es la salida del siguiente código? | ```python
print(95 * 84)
``` | 7980 |
What is the output of the following code? | ```python
print(95 - 3)
``` | 92 |
¿Cuál es la salida del siguiente código? | ```python
print(99 * 45)
``` | 4455 |
¿Cuál es la salida del siguiente código? | ```python
print(85 + 79)
``` | 164 |
What is the output of the following code? | ```python
print(80 + 49)
``` | 129 |
What is the output of the following code? | ```python
print(35 * 9)
``` | 315 |
¿Cuál es la salida del siguiente código? | ```python
print(14 + 19)
``` | 33 |
¿Cuál es la salida del siguiente código? | ```python
print(86 + 51)
``` | 137 |
¿Cuál es la salida del siguiente código? | ```python
print(98 * 78)
``` | 7644 |
What is the output of the following code? | ```python
print(77 * 13)
``` | 1001 |
What is the output of the following code? | ```python
print(64 + 44)
``` | 108 |
What is the output of the following code? | ```python
print(7 - 55)
``` | -48 |
What is the output of the following code? | ```python
print(72 * 68)
``` | 4896 |
What is the output of the following code? | ```python
print(84 + 76)
``` | 160 |
¿Cuál es la salida del siguiente código? | ```python
print(57 + 44)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 21)
``` | 71 |
What is the output of the following code? | ```python
print(68 + 93)
``` | 161 |
What is the output of the following code? | ```python
print(58 - 35)
``` | 23 |
What is the output of the following code? | ```python
print(67 - 94)
``` | -27 |
¿Cuál es la salida del siguiente código? | ```python
print(85 * 55)
``` | 4675 |
What is the output of the following code? | ```python
print(34 - 77)
``` | -43 |
What is the output of the following code? | ```python
print(81 * 31)
``` | 2511 |
What is the output of the following code? | ```python
print(72 * 100)
``` | 7200 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.