Last updated 2 years ago
How do I display text in the console?
Hi Elliot,
You can use the print statement to do this.
Try the following:
print("Hello, World")
Become a free member to post a comment about this question.