STEAM-GROEP
hahacker hahacker
STEAM-GROEP
hahacker hahacker
4
IN SPEL
19
ONLINE
Opgericht
10 november 2013
OVER 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
POPULAIRE DISCUSSIES
4
IN SPEL
19
ONLINE
0 IN CHAT
Meechatten
Opgericht
10 november 2013