print

Java
print('Hello world') # This would print 'Hello world' as an output to the user.print("Hello World") # prints hello world to the screen (python) print('hi')# This is a print statement in Python
print("Hello, world!")// This is a print statement in Java
System.out.println("Hello, world!")console.log("What you want in here");
Source

Also in Java: