Write a program using integers user_num and x as input, and output user_num divided by x three times

it’s shockingly much simpler than y’all are making it. The program wants a straight forward answer.

user_num = int(input())
x = int(input())

print (user_num // x , user_num // x // x , user_num // x// x // x)

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)