79391171

Date: 2025-01-27 14:45:37
Score: 1
Natty:
Report link

You have to use print(). If you want to print hello world, you need this:

print("Hello, world!")

This prints in the console text you want. To print variable values, you need to enter the variable name, but without quotation marks:

variable = "Hello, world!"
print(variable)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anna1000 Demidovich