So i have a problem where i\'m trying to do a division of 20-digit number.
my code:
result = 61519713751187780547/3 print(result) print(int(result))