Skip to content

Latest commit

 

History

History

L209

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Commands

You can use 3 commands only.

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

Task

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

1 2
3 4
   1 2
   3 4
1 2
3 4
   1 2
   3 4
1 2
3 4

Hint: Use Copy & Paste

Once you write commands for the first 2 line out the output.

1 2
3 4

Instead of typing again, you must copy & paste the commands that you have written. Using commands.

To Copy - select and 'Ctrl + C'
To Paste - 'Ctrl + V'

Submit your code

Once you got the expected output. Submit your code.
When you submit it will prompt you to View tests.

Click on View tests and then click on Run tests button.

Once tests pass click on Submit.