mangulo:
I am trying a circuit. When I pressed button 1 turn on led 1 and when I pressed button 2 turn on led 2. But I don't get no result.
You have no code in your loop() function.
You must call your other functions from loop()
Have a look at Planning and Implementing a Program
...R