开发者

Initialized string variable in Python?

开发者 https://www.devze.com 2023-01-06 08:32 出处:网络
Cre开发者_StackOverflowate a string variable that is initialized to your entire name?? Im a little lost

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. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消