android-malware-analysis
android-malware-analysis copied to clipboard
Value Error
Hi i keep getting this error when i run my python flask code ValueError: range() arg 3 must not be zero
groups = [students[i:i+4] for i in range(1, len(students), group_size)] ValueError: range() arg 3 must not be zero