how to define a string that does something in python code example
Example: how to create string in python
string = "this is string"
#or
string = 'this is also string'
string = "this is string"
#or
string = 'this is also string'