Skip to content
Snippets Groups Projects
gap_test.py 488 B
Newer Older
  • Learn to ignore specific revisions
  • meta = {
        'author': 'ILIAS Author',
        'title': 'gap_test',
        'type': 'gap',
        'points': 0.0,
    }
    
    task = """[gap]LALAL2[/gap] KJAakjsfdaskdjfnalksdf
    
    
    ```java
    
    class Auto {
        final int tiers = [gap]4[/gap];
    }
    
    [select]
        [3] `int n_ze = m.length;`
        [ ] `int n_ze = m[0].length;`
        [ ] `int n_ze = m.length();`
        [ ] `int n_ze = m[0].length();`
    [/select]
    
    public static void main {
        System.out.println("[gap]LALAL2[/gap]");
    }
    ```
    
    END"""
    feedback = """ decription """