Spaces:
Runtime error
Runtime error
File size: 564 Bytes
8ffb1bd e24164c 8ffb1bd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
"""Setup examples."""
# pylint: disable=invalid-name, line-too-long
examples_list = [
["Python Program for Bubble Sort"],
["Bubble Sort"],
["Python Program to Print the Fibonacci sequence"],
[
"""Convert js code "const numbers = [1, 2, 3, 4, 5]; console.log(numbers.includes(4));" to python code."""
],
["Print the Fibonacci sequence"],
["给出判断一个数是不是质数的 python 码。"],
["给出实现python 里 range(10)的 javascript 码。"],
["给出实现python 里 [*(range(10)]的 javascript 码。"],
]
|