Skip to content
Snippets Groups Projects
Commit 70d8dc82 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

enforce integer division

in Python 2: 1/2=0 in Python 3: 1/2 = 0.5
parent 2aff0066
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment