2 lines
56 B
Python
2 lines
56 B
Python
|
import random
|
||
|
print(random.choice('abcdefghijklm'))
|