Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created April 24, 2020 11:45
Embed
What would you like to do?
數值
# randint(x, y)
# 取[x, y]範圍之內的隨機整數
print(random.randint(1, 100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment