/*Java is awesome. let's spread the love of Java to the world!!*/

public class Hello{
public static void main(String args[]){
System.out.println("Python is more interesting. ");
}
}