When i try to execute same code on PyCharm it gives me an error: Code: from random import randint output = randint(1, 6) print('Output: %d') ...
確定! 回上一頁