import random def show(): a = ['1點','2點','3點','4點','5點','6點'] b = random.choice(a) return b