Initialized string variable in Python?
Cre开发者_StackOverflowate 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. :)
精彩评论