Coding is fun!

Writing programs or coding is fun activity that I enjoy. I recommend students to learn two programming languages before graduating: Python and Java. Can you guess what the following type of code is?

public static void(main args[]) {
  System.out.println("Hello world!")
}

You're right it is Java!