Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created April 24, 2020 11:35
Embed
What would you like to do?
數值
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