import random  
print(random.choice('abcdefghijklm')) 

 

相关文章: