
8 Jan
2020
8 Jan
'20
10:01 a.m.
hi, for a List comprehension I want to only include the integers of a division. In my beginners mind this should work: (round (x / y)) == (x / y) however, i get a nontrivial error blurp. what am i doing wrong? best, Alexander