Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created April 24, 2020 11:35
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/34c3bc0bfbb4cde989264ef5dbb767d0 to your computer and use it in GitHub Desktop.
Save Celia-code/34c3bc0bfbb4cde989264ef5dbb767d0 to your computer and use it in GitHub Desktop.
數值
import random
# random()
# [0, 1)範圍之內的隨機小數 (p.s:可以取到0, 取不到1)
print(random.random())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment