Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created April 24, 2020 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Celia-code/0b83a98af9ee4025d23576c889b3bf45 to your computer and use it in GitHub Desktop.
Save Celia-code/0b83a98af9ee4025d23576c889b3bf45 to your computer and use it in GitHub Desktop.
數值
import random
# choice(seq)
# 從一個序列中, 隨機取一個數值
print(random.choice((1, 3, 8, 7)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment