oim3640
"OIM3640: GitHub settings"
.py
int
float
str
bool
None
list
dict
tuple
set
print(r'It\'s ok.')
random.random()
random.random() * 10
math.floor(random.random() * 10)
random.randint(0, 9)
year = 2020 year % 4 == 0 and year % 100 != 0 or year % 400 == 0
days = current_time / 86400
SECONDS_IN_A_DAY = 86400
time.py
time
print