File size: 550 Bytes
83cfba4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
"""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 码。"],
]