• Petka1987's Activity

Commented a forum post "Need help with sum_light task" created by Petka1987
Thank you guys for help!)
Liked a comment created by Phil15 for forum post "Need help with sum_light task"
My solution -- which worked before -- does not anymore, I have the same message you got.

@oduvan Sa
Created a forum post "Need help with sum_light task"
Hello people! Would be grateful for help. Trying to solve sum_light task, but encountered with
Followed flpo
 
Liked a comment created by veky for forum post "1. Best Python Practices"
Comments are important. The problem is, they are not important in the way newbies think they are.

F
Liked forum post "F.A.Q" created by oduvan
1. [How To Use CheckiO + video tutorial](https://py.checkio.org/blog/checkio-intro-full-version-from
Liked a comment created by Sim0000 for forum post "yeaaaaah - one line"
You can write return len(args) and max(args) - min(args) :-)
Liked a comment created by aksenof for forum post "yeaaaaah - one line"
wow, thank's, good comment)
Liked mission "The Most Numbers"
Determine the difference between the smallest and biggest number.
Liked a comment created by ziqizhangt for forum post "Absolutely baffled"
    def checkio(number: int) -> int:
    multi = 1
    string = str(number)
    for i in string:
   
Liked a comment created by thealfest1 for forum post "Digits Multiplication"
Assertion error means that your code works, but returns incorrect value.