Skip to content

Instantly share code, notes, and snippets.

@zwongeer
Created February 18, 2022 10:23
Show Gist options
  • Save zwongeer/79c3d3660b0a9acfd955c57991b82b27 to your computer and use it in GitHub Desktop.
Save zwongeer/79c3d3660b0a9acfd955c57991b82b27 to your computer and use it in GitHub Desktop.
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