Algoteka
Log in to submit your own samples!

Print Text to Console

Problem by oml1111
# Tech tags Title Creator Created date
1 0
2022-08-13 00:50
View all samples for this language (1 verified and 0 unverified)

Implementation | Python |

By oml1111 |
0 likes

Code

print("Hello world")

Further reading

Input and Output - docs.python.org

References

functions
print docs.python.org

Problem Description

Output "Hello world!" to the console the language uses by default. Usually the same as writing to standard output.

View sample discussion (0 comments)
View problem discussion (0 comments)