Hook

Their other posts in the index, biggest breakout first.
how to print Hello World in 4 different languages language No. 1 Python so all you have to do is type print open the quotation marks and then Hello World that was easy next we have Java so first we have to declare and let's call this KiraLearning and now we open the squiggle brackets and now we do public static void main and now we open the parentheses and we pass it a string args and then we open the squiggle brackets and now we just do System.out.println and now open the parentheses open the quotation marks and then Hello World and and we have to end it with the semicolon next we have C++ so first we have to include iostream and then we do int main open parentheses open the squiggles and now std cout two less than signs and then we put Hello World and then two less than signs and then we do std::end and then end the line with the semicolon and let's return the value 0 semicolon now let's do it in HTML so first let's add the HTML tag and let's also and the closing tag and now let's add a body tag and now let's copy this and paste the closing tag and inside here we can just put Hello World