def random_rsp(): import random return random.choice(['가위','바위','보'])
import my_module print(my_module.random_rsp())