Created
April 11, 2019 02:23
-
-
Save MOOOWOOO/6d882fad69b0bc584a7194e002ee8579 to your computer and use it in GitHub Desktop.
This file contains 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
for t in range(130000, 140000, 100): | |
if int(str(t)[2]) > 5: | |
break | |
for i in range(t, t+100, 3): | |
if int(str(i)[-2]) > 5: | |
break | |
print('elif {} < int_time <= {}:'.format(i, i + 3)) | |
print("\tres = {} if align == 'floor' else {}".format(i, i + 3)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment