You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- il valore di v1 è {{= v1 }}
- <br>
- mentre il valore di v2 è {{= v2 }}
- <br>
- questo è il risultato di un loop che genera 10 valori interi casuali:<br>
- {{ import random }}
- {{ for x in range( 10 ): }}
- <div style='background-color:#{{ = random.choice('89abcdef')*3 }};'>
- {{= random.randint( 10, 10000 ) }}
- </div>
- {{ pass }}
|