Python Code: import random import string print("Generate a random alphabetical character:") print(random.choice(string.ascii_letters)) ...
確定! 回上一頁