Write a function called InfoOnNumbers that receives two arguments, both integers and prints both of them.

Call this function from your main python program twice. The first time pass it 5 and 6, the second time, pass it 17 and 18.