Created
February 18, 2022 10:23
-
-
Save zwongeer/79c3d3660b0a9acfd955c57991b82b27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
for i in range(7): | |
t = random.uniform(36.0,36.6) | |
m = str(t)[:4] | |
t = random.uniform(36.4,36.9) | |
n = str(t)[:4] | |
print(f'早:{m} 晚:{n}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment