Keys.onReturnPressed: {
if(win)
{
win = false
rand = Math.random()* 10
txtRand.text = "Trouver quelle est la valeur du nombre aléatoire."
}
}