STEAM-GRUPP
hahacker hahacker
STEAM-GRUPP
hahacker hahacker
3
SPELAR
18
ONLINE
Grundades
10 november 2013
OM hahacker

def format_duration(s): #соси мою писю пока я играю в компьютер if s==0: return "now" li = list(filter(lambda x: '0' not in x.split(),( (lambda n: f'{n} year'+('s' if n!=1 else ''))(int(s/3600/24/365)), (lambda n: f'{n} day'+('s' if n!=1 else ''))(int(s/3600/24%365)), (lambda n: f'{n} hour'+('s' if n!=1 else ''))(int(s/3600%24)), (lambda n: f'{n} minute'+('s' if n!=1 else ''))(int(s/60%60)), (lambda n: f'{n} second'+('s' if n!=1 else ''))(int(s%60)) ))) last = li.pop() return last if len(li)==0 else ", ".join(li)+' and '+last
POPULÄRA DISKUSSIONER
3
SPELAR
18
ONLINE
0 I CHATT
Gå med i chattrum
Grundades
10 november 2013