3 lines
65 B
Python
3 lines
65 B
Python
|
str1='Python Exercises\n'
|
||
|
print(str1)
|
||
|
print(str1.rstrip())
|