Shweta S
0
Q:

print

# This is a print statement in Python
print("Hello, world!")
4
print("Hello World") # prints hello world to the screen (python) 
2
// This is a print statement in Java
System.out.println("Hello, world!")
1
print('hi')
0
print('Hello world') # This would print 'Hello world' as an output to the user.
1

New to Communities?

Join the community