Help for this page

Select Code to Download


  1. or download this
    sub random_number {
      return (1..5)[rand 5];
    }
    
  2. or download this
    sub random_number {
      return 1 + int rand 5;
    }
    
  3. or download this
        answer($user_answer);