#m = list(range(0,4))#print(m)import randomm = [11,14,16,78]a = random.choice(m)print(a)
Standard input is empty
16
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!