tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
https://jwt-auth.com
MIT License
11.24k stars 1.55k forks source link

Blacklisted token #2200

Open TheRanch18 opened 1 year ago

TheRanch18 commented 1 year ago

Blacklisted token @ line 4 : if Blacklisted token @ line 6 : if

Style checker detected errors

this is my code i dont understand what is wrong

k, n = map(int, input().split()) f1 = n // k f2 = 0 if f1 == (n / k): f2 = k if f1 != (n / k): f1 = n // k + 1 f2 = n - k * (f1 - 1) print(f1, f2)