Contact: aviboots(AT)netvision.net.il
40,904 questions
53,356 answers
573 users
import random x = random.randint(0, 19) print(x) ''' run: 17 '''