#!/usr/bin/env python3import randoma = [random.randint(1, 5) for _ in range(10)]b = [random.randint(1, 5) for _ in range(10)]print(a)print(b)
Standard input is empty
[4, 2, 5, 3, 1, 2, 4, 1, 3, 2] [3, 1, 2, 4, 1, 4, 1, 4, 1, 4]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!