Basic Variable Assignment


Submit solution

Points: 1
Time limit: 2.0s
Memory limit: 256M

Problem type
Allowed languages
Python

Write a program that stores the text codewa.rs in a variable called name.

Then print the value of name.

Input

There is no input.

Output

Output exactly:

codewa.rs

Sample Input

There is no input.

Sample Output

codewa.rs

Code Requirement

Your code must use a variable called name.


Comments

There are no comments at the moment.