11
Pavetta
● 1 ● 10 ● 22
563/ 645
Anna Ilina
Last seen 5 years ago
Member for 11 years, 1 month
Difficulty Normal
Best reviews / Newest reviews
First-likewind 1
I just don't know how to comment that code. What possible could go wrong? More
Max Min-bryukh
My code is similar: def checkio(*args): return 0 if args == () else max(args) - min(args) More