407038: GYM102697 009 Hello CodeRams

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

009. Hello CodeRamstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard 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"

ExampleInput
there is no input for this problem
Output
Hello CodeRams

加入题单

算法标签: