I recommend using Python 3, or changing print to be Python 3 compatible. import random import string CHARACTERS = ( string.ascii_letters + ...
確定! 回上一頁