Macemore
Circumcised pineapples
My teacher has told us to stop using words like "it" etc. because "it" is not defined.
On my test I put
it = "water"
Its density blahblahblah.
He got severely pissed off because he said to stop using "it", because "it" is not defined, and I explained to him how variables work. Then e-Mailed him a PHP code
My mum just received an email from the teacher saying I did this, and he's pissed.
I enjoyed every second of his rage, I have a student/parent/teacher conference on Wednesday.
On my test I put
it = "water"
Its density blahblahblah.
He got severely pissed off because he said to stop using "it", because "it" is not defined, and I explained to him how variables work. Then e-Mailed him a PHP code
PHP:
<?php
$teacher = "dumbass";
while($teacher == "dumbass") {
echo '{$teacher} is incapable of accepting new terms, and learnings and proceeds to be an arrogant dumbass';
$qur = mysql_query("INSERT INTO Dumbasses (Name) VALUES ({$teacher})");
dbcon();
}
I enjoyed every second of his rage, I have a student/parent/teacher conference on Wednesday.