Ihre Aufgabe ist es, die Reihenfolge umzukehren, in der einige printsausgeführt werden. Specs: Ihr Code wird in dieser Form sein: //some lines of code /*code*/ print "Line1" /*code*/ /*code*/ print "Line2" /*code*/ /*code*/ print "Line3" /*code*/ /*code*/ print "Line4" /*code*/ //some lines of code...