15
essi
6y

Correcting basic programming exam, see this part of an answer:

---
for round in all_days:
if round+1 < round:
---

Comments
  • 1
    wow
    Just...wow.
  • 1
    I'm trying to tutor a friend of mine who is taking a C course. Common code he writes is:

    #define MAX_DATA 40
    Int i=0;
    double arr[i];
    for ( int c=0; c<MAX_DATA; ++c )
Add Comment