Source Code:
(back to article)
my_string = "This is a string" print(my_string)
Result:
Report an issue