To use the random() function, call the random() method to generate a real (float) number between 0 and 1. import random x = random.random() print(x) ...
確定! 回上一頁