tymondesigns / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen

Home Page:https://jwt-auth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blacklisted token

TheRanch18 opened this issue · comments

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)