16

In my software development class today, the teacher asked us what a double equal sign means, and I swear to god, a student said “it double equals that value” 🤦‍♂️

Comments
  • 1
    It's a great fallback. If the first = fails, there's another one to take care of the job. Simple
  • 2
    Little known fact, double equals means "make super duper sure they're the same"
  • 0
    @Python 😂 made my day & never heard before 😉
  • 4
    if (student = dumb)
    fail(student);

    and ofc that will have an infinite loop of failures XD
Add Comment