Skip to content

Latest commit

 

History

History

L204

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Commands

Use any of these 4 commands any number of times.

number_rayu(42);
space_kottu();
enter_kottu();
hyphen_kottu();

Task

Now you need to give a sequence of commands in such a way that the computer will type as follows.

2 -  1 -  2
2 -  5 - 10
2 - 10 - 20

Hint: When tests fail

In case of test failed, check the Results.
If everythings looks same, then make sure you tell the computer to type an enter key after 2 - 10 - 20` line at the end.

Submit your code

Once you got the expected output. Submit your code.
When you submit it will prompt you to view test cases.

Click Run tests button.
Once tests pass click on Submit.