News

The Console object has a print method which has an intentionally similar interface to the builtin print function. Here's an example of use: console. print ("Hello", "World!") As you might expect, this ...
"Hello, Python" ) Now run your code. It should print "Hello, Python" without the quotes on the console. You can write anything between the quotes inside the print () function, which will be displayed.