instruction stringclasses 6
values | input stringlengths 0 38 | output stringlengths 1 55 |
|---|---|---|
What is the output of the following code? | ```python
print(98 - 46)
``` | 52 |
What is the output of the following code? | ```python
print(23 - 33)
``` | -10 |
What is the output of the following code? | ```python
print(1 - 7)
``` | -6 |
What is the output of the following code? | ```python
print(54 + 68)
``` | 122 |
What is the output of the following code? | ```python
print(20 - 23)
``` | -3 |
What is the output of the following code? | ```python
print(99 * 66)
``` | 6534 |
¿Cuál es la salida del siguiente código? | ```python
print(26 * 26)
``` | 676 |
What is the output of the following code? | ```python
print(100 - 30)
``` | 70 |
What is the output of the following code? | ```python
print(80 - 39)
``` | 41 |
What is the output of the following code? | ```python
print(6 - 89)
``` | -83 |
¿Cuál es la salida del siguiente código? | ```python
print(75 * 2)
``` | 150 |
What is the output of the following code? | ```python
print(35 + 44)
``` | 79 |
What is the output of the following code? | ```python
print(47 * 50)
``` | 2350 |
What is the output of the following code? | ```python
print(97 - 99)
``` | -2 |
What is the output of the following code? | ```python
print(66 * 2)
``` | 132 |
¿Cuál es la salida del siguiente código? | ```python
print(56 + 1)
``` | 57 |
What is the output of the following code? | ```python
print(84 + 6)
``` | 90 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 77)
``` | 145 |
What is the output of the following code? | ```python
print(40 + 20)
``` | 60 |
¿Cuál es la salida del siguiente código? | ```python
print(96 * 57)
``` | 5472 |
What is the output of the following code? | ```python
print(47 * 15)
``` | 705 |
What is the output of the following code? | ```python
print(55 - 95)
``` | -40 |
¿Cuál es la salida del siguiente código? | ```python
print(65 * 67)
``` | 4355 |
What is the output of the following code? | ```python
print(83 * 47)
``` | 3901 |
What is the output of the following code? | ```python
print(54 - 62)
``` | -8 |
¿Cuál es la salida del siguiente código? | ```python
print(57 * 25)
``` | 1425 |
¿Cuál es la salida del siguiente código? | ```python
print(24 + 76)
``` | 100 |
¿Cuál es la salida del siguiente código? | ```python
print(68 + 98)
``` | 166 |
¿Cuál es la salida del siguiente código? | ```python
print(59 + 93)
``` | 152 |
What is the output of the following code? | ```python
print(35 * 92)
``` | 3220 |
What is the output of the following code? | ```python
print(71 - 36)
``` | 35 |
¿Cuál es la salida del siguiente código? | ```python
print(78 + 30)
``` | 108 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 6)
``` | 35 |
What is the output of the following code? | ```python
print(66 - 79)
``` | -13 |
¿Cuál es la salida del siguiente código? | ```python
print(89 + 58)
``` | 147 |
¿Cuál es la salida del siguiente código? | ```python
print(43 * 44)
``` | 1892 |
What is the output of the following code? | ```python
print(12 - 68)
``` | -56 |
What is the output of the following code? | ```python
print(48 * 66)
``` | 3168 |
¿Cuál es la salida del siguiente código? | ```python
print(10 + 40)
``` | 50 |
¿Cuál es la salida del siguiente código? | ```python
print(97 * 51)
``` | 4947 |
¿Cuál es la salida del siguiente código? | ```python
print(39 * 100)
``` | 3900 |
What is the output of the following code? | ```python
print(66 - 38)
``` | 28 |
What is the output of the following code? | ```python
print(98 - 30)
``` | 68 |
¿Cuál es la salida del siguiente código? | ```python
print(28 * 18)
``` | 504 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 43)
``` | 516 |
¿Cuál es la salida del siguiente código? | ```python
print(12 * 49)
``` | 588 |
What is the output of the following code? | ```python
print(45 * 81)
``` | 3645 |
What is the output of the following code? | ```python
print(79 - 15)
``` | 64 |
¿Cuál es la salida del siguiente código? | ```python
print(86 - 13)
``` | 73 |
¿Cuál es la salida del siguiente código? | ```python
print(98 - 39)
``` | 59 |
What is the output of the following code? | ```python
print(8 * 91)
``` | 728 |
What is the output of the following code? | ```python
print(17 * 76)
``` | 1292 |
¿Cuál es la salida del siguiente código? | ```python
print(25 - 54)
``` | -29 |
¿Cuál es la salida del siguiente código? | ```python
print(41 - 96)
``` | -55 |
¿Cuál es la salida del siguiente código? | ```python
print(5 + 18)
``` | 23 |
What is the output of the following code? | ```python
print(95 + 3)
``` | 98 |
¿Cuál es la salida del siguiente código? | ```python
print(82 - 39)
``` | 43 |
What is the output of the following code? | ```python
print(38 * 4)
``` | 152 |
¿Cuál es la salida del siguiente código? | ```python
print(100 + 45)
``` | 145 |
What is the output of the following code? | ```python
print(51 - 47)
``` | 4 |
What is the output of the following code? | ```python
print(49 + 7)
``` | 56 |
What is the output of the following code? | ```python
print(97 - 17)
``` | 80 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 97)
``` | -22 |
What is the output of the following code? | ```python
print(98 * 21)
``` | 2058 |
What is the output of the following code? | ```python
print(23 - 96)
``` | -73 |
What is the output of the following code? | ```python
print(93 - 27)
``` | 66 |
¿Cuál es la salida del siguiente código? | ```python
print(47 - 36)
``` | 11 |
¿Cuál es la salida del siguiente código? | ```python
print(62 * 38)
``` | 2356 |
¿Cuál es la salida del siguiente código? | ```python
print(12 - 15)
``` | -3 |
What is the output of the following code? | ```python
print(18 + 89)
``` | 107 |
What is the output of the following code? | ```python
print(42 + 37)
``` | 79 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 11)
``` | 64 |
What is the output of the following code? | ```python
print(62 - 69)
``` | -7 |
¿Cuál es la salida del siguiente código? | ```python
print(93 - 10)
``` | 83 |
What is the output of the following code? | ```python
print(96 + 26)
``` | 122 |
What is the output of the following code? | ```python
print(24 + 25)
``` | 49 |
¿Cuál es la salida del siguiente código? | ```python
print(13 - 13)
``` | 0 |
¿Cuál es la salida del siguiente código? | ```python
print(53 + 62)
``` | 115 |
¿Cuál es la salida del siguiente código? | ```python
print(52 + 55)
``` | 107 |
¿Cuál es la salida del siguiente código? | ```python
print(18 + 36)
``` | 54 |
¿Cuál es la salida del siguiente código? | ```python
print(23 - 7)
``` | 16 |
What is the output of the following code? | ```python
print(4 * 13)
``` | 52 |
¿Cuál es la salida del siguiente código? | ```python
print(94 - 77)
``` | 17 |
¿Cuál es la salida del siguiente código? | ```python
print(24 - 65)
``` | -41 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 66)
``` | 9 |
What is the output of the following code? | ```python
print(23 + 96)
``` | 119 |
What is the output of the following code? | ```python
print(97 * 59)
``` | 5723 |
What is the output of the following code? | ```python
print(43 + 73)
``` | 116 |
¿Cuál es la salida del siguiente código? | ```python
print(32 * 82)
``` | 2624 |
What is the output of the following code? | ```python
print(35 - 61)
``` | -26 |
¿Cuál es la salida del siguiente código? | ```python
print(75 - 90)
``` | -15 |
¿Cuál es la salida del siguiente código? | ```python
print(57 - 100)
``` | -43 |
¿Cuál es la salida del siguiente código? | ```python
print(72 * 75)
``` | 5400 |
What is the output of the following code? | ```python
print(82 * 99)
``` | 8118 |
¿Cuál es la salida del siguiente código? | ```python
print(91 - 97)
``` | -6 |
¿Cuál es la salida del siguiente código? | ```python
print(44 + 61)
``` | 105 |
¿Cuál es la salida del siguiente código? | ```python
print(61 * 76)
``` | 4636 |
What is the output of the following code? | ```python
print(29 * 87)
``` | 2523 |
¿Cuál es la salida del siguiente código? | ```python
print(66 + 84)
``` | 150 |
What is the output of the following code? | ```python
print(32 - 3)
``` | 29 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.