Strings 1 – What Is a String?

Strings 1 – What Is a String?

first_string = "This is a String";second_string = 'This is also a string';third_string = This will create an error;
Comments are closed.