Create a string variable that is initialized to your entire name??
Im a little lost
Thanks Kim:)
Create a string variable that is initialized to your entire name??
Im a little lost
Thanks Kim:)
You want to create a string variable with my name? Sure, here it is:
my_name = 'Samuel Robert Dolan'
If that's not what you want, please be more descriptive in your question. :)
I would suggest starting with the tutorial. If you have specific questions after that, then ask them.
You do not "initialize" strings per se. Python does not have primitive types, therefore literals are already considered objects.