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 "Hello CodeRams"
there is no input for this problem
Hello CodeRams