how can I send a variable to println?

That was a little harsh - we were all newbies at one time!

OP, try test your code by sending the print() to the serial,console, then you’ll see what’s going wrong.
The solution will involve either two separate print statements, or some formatted printing to embed ‘numero’ within your print call.