009. Hello CodeRams
009. Hello CodeRams
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
A hello world program is an essential starting point for all coders. In this problem, write a program to print out "Hello CodeRams".
In Python, you can print text using the print command. So, for this problem, type print("Hello CodeRams").
You can download Python here.
Output
Output "Hello CodeRams"
Example
input
Copy
there is no input for this problem
output
Copy
Hello CodeRams
Comments
Post a Comment
Please give us your valuable feedback