Along with the earlier commands, you can also use the new command hyphen_kottu();
to make the computer type a hyphen
.
Now we have one more new command hyphen_kottu();
which will tell the computer to type the hyphen key
. We can use the following 4 commands to make the computer type needed pattern
number_rayu(42);
space_kottu();
enter_kottu();
hyphen_kottu();
Now you need to give a sequence of commands in such a way that the computer will type as follows.
000 - 0
001 - 1
100 - 4
111 - 7
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 111 - 7
line at the end.
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
.