Which of the following is the correct way to define a string variable in Python?
my_string as string
my_string : string
string my_string
my_string = string

Computing Exercises are loading ...