instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(90 * 15)
``` | 1350 |
What is the output of the following code? | ```python
print(100 - 97)
``` | 3 |
¿Cuál es la salida del siguiente código? | ```python
print(42 + 56)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 63)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(4 * 22)
``` | 88 |
What is the output of the following code? | ```python
print(20 * 100)
``` | 2000 |
What is the output of the following code? | ```python
print(52 + 58)
``` | 110 |
What is the output of the following code? | ```python
print(9 + 56)
``` | 65 |
¿Cuál es la salida del siguiente código? | ```python
print(71 * 65)
``` | 4615 |
¿Cuál es la salida del siguiente código? | ```python
print(58 * 26)
``` | 1508 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 90)
``` | 4950 |
¿Cuál es la salida del siguiente código? | ```python
print(11 + 23)
``` | 34 |
What is the output of the following code? | ```python
print(43 + 66)
``` | 109 |
What is the output of the following code? | ```python
print(85 * 78)
``` | 6630 |
¿Cuál es la salida del siguiente código? | ```python
print(50 - 68)
``` | -18 |
What is the output of the following code? | ```python
print(8 - 61)
``` | -53 |
What is the output of the following code? | ```python
print(24 + 70)
``` | 94 |
What is the output of the following code? | ```python
print(60 * 45)
``` | 2700 |
¿Cuál es la salida del siguiente código? | ```python
print(71 - 42)
``` | 29 |
What is the output of the following code? | ```python
print(28 * 99)
``` | 2772 |
What is the output of the following code? | ```python
print(32 + 96)
``` | 128 |
What is the output of the following code? | ```python
print(95 - 100)
``` | -5 |
What is the output of the following code? | ```python
print(44 - 27)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(93 + 90)
``` | 183 |
¿Cuál es la salida del siguiente código? | ```python
print(54 - 55)
``` | -1 |
¿Cuál es la salida del siguiente código? | ```python
print(25 + 76)
``` | 101 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 87)
``` | 8439 |
¿Cuál es la salida del siguiente código? | ```python
print(8 - 71)
``` | -63 |
¿Cuál es la salida del siguiente código? | ```python
print(79 - 13)
``` | 66 |
What is the output of the following code? | ```python
print(8 - 64)
``` | -56 |
¿Cuál es la salida del siguiente código? | ```python
print(25 * 40)
``` | 1000 |
What is the output of the following code? | ```python
print(44 * 5)
``` | 220 |
What is the output of the following code? | ```python
print(30 * 14)
``` | 420 |
What is the output of the following code? | ```python
print(34 * 70)
``` | 2380 |
What is the output of the following code? | ```python
print(68 - 20)
``` | 48 |
¿Cuál es la salida del siguiente código? | ```python
print(81 - 29)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 31)
``` | 10 |
What is the output of the following code? | ```python
print(13 * 47)
``` | 611 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 92)
``` | 97 |
¿Cuál es la salida del siguiente código? | ```python
print(51 * 57)
``` | 2907 |
¿Cuál es la salida del siguiente código? | ```python
print(35 - 82)
``` | -47 |
¿Cuál es la salida del siguiente código? | ```python
print(63 - 13)
``` | 50 |
What is the output of the following code? | ```python
print(68 + 48)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(89 * 47)
``` | 4183 |
¿Cuál es la salida del siguiente código? | ```python
print(79 + 78)
``` | 157 |
¿Cuál es la salida del siguiente código? | ```python
print(63 + 65)
``` | 128 |
What is the output of the following code? | ```python
print(62 - 22)
``` | 40 |
¿Cuál es la salida del siguiente código? | ```python
print(50 * 37)
``` | 1850 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 26)
``` | 104 |
¿Cuál es la salida del siguiente código? | ```python
print(23 + 43)
``` | 66 |
What is the output of the following code? | ```python
print(85 - 54)
``` | 31 |
What is the output of the following code? | ```python
print(20 * 90)
``` | 1800 |
¿Cuál es la salida del siguiente código? | ```python
print(41 * 76)
``` | 3116 |
¿Cuál es la salida del siguiente código? | ```python
print(48 * 91)
``` | 4368 |
¿Cuál es la salida del siguiente código? | ```python
print(92 - 94)
``` | -2 |
¿Cuál es la salida del siguiente código? | ```python
print(16 * 76)
``` | 1216 |
¿Cuál es la salida del siguiente código? | ```python
print(70 - 8)
``` | 62 |
What is the output of the following code? | ```python
print(35 + 17)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(31 + 92)
``` | 123 |
¿Cuál es la salida del siguiente código? | ```python
print(83 + 100)
``` | 183 |
What is the output of the following code? | ```python
print(49 + 19)
``` | 68 |
What is the output of the following code? | ```python
print(44 + 21)
``` | 65 |
What is the output of the following code? | ```python
print(26 * 5)
``` | 130 |
What is the output of the following code? | ```python
print(49 * 98)
``` | 4802 |
What is the output of the following code? | ```python
print(75 + 62)
``` | 137 |
¿Cuál es la salida del siguiente código? | ```python
print(4 - 72)
``` | -68 |
What is the output of the following code? | ```python
print(89 - 32)
``` | 57 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 73)
``` | -26 |
¿Cuál es la salida del siguiente código? | ```python
print(56 * 25)
``` | 1400 |
What is the output of the following code? | ```python
print(25 * 68)
``` | 1700 |
¿Cuál es la salida del siguiente código? | ```python
print(44 - 9)
``` | 35 |
What is the output of the following code? | ```python
print(44 + 82)
``` | 126 |
What is the output of the following code? | ```python
print(50 + 50)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(52 - 82)
``` | -30 |
What is the output of the following code? | ```python
print(16 - 85)
``` | -69 |
What is the output of the following code? | ```python
print(82 * 76)
``` | 6232 |
What is the output of the following code? | ```python
print(90 * 53)
``` | 4770 |
What is the output of the following code? | ```python
print(100 + 85)
``` | 185 |
¿Cuál es la salida del siguiente código? | ```python
print(89 - 94)
``` | -5 |
What is the output of the following code? | ```python
print(70 + 15)
``` | 85 |
¿Cuál es la salida del siguiente código? | ```python
print(71 + 94)
``` | 165 |
What is the output of the following code? | ```python
print(24 - 42)
``` | -18 |
¿Cuál es la salida del siguiente código? | ```python
print(42 - 38)
``` | 4 |
What is the output of the following code? | ```python
print(42 - 15)
``` | 27 |
¿Cuál es la salida del siguiente código? | ```python
print(39 - 23)
``` | 16 |
¿Cuál es la salida del siguiente código? | ```python
print(67 - 8)
``` | 59 |
¿Cuál es la salida del siguiente código? | ```python
print(7 - 77)
``` | -70 |
¿Cuál es la salida del siguiente código? | ```python
print(81 * 38)
``` | 3078 |
What is the output of the following code? | ```python
print(63 * 58)
``` | 3654 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 85)
``` | 185 |
What is the output of the following code? | ```python
print(29 - 88)
``` | -59 |
¿Cuál es la salida del siguiente código? | ```python
print(55 * 54)
``` | 2970 |
What is the output of the following code? | ```python
print(22 + 14)
``` | 36 |
¿Cuál es la salida del siguiente código? | ```python
print(47 + 3)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(56 * 93)
``` | 5208 |
¿Cuál es la salida del siguiente código? | ```python
print(34 * 89)
``` | 3026 |
¿Cuál es la salida del siguiente código? | ```python
print(37 + 54)
``` | 91 |
What is the output of the following code? | ```python
print(73 + 30)
``` | 103 |
What is the output of the following code? | ```python
print(10 + 46)
``` | 56 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 34)
``` | 1938 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.