Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
whats the question?
21st Sep 2021, 3:49 PM
Slick
Slick - avatar
0
Post your code
21st Sep 2021, 3:56 PM
Atul [Inactive]
0
i have the same question name = input("James") age = input("42") message = ("name" + [is] + "age") print(message) I think i'm having issues with the concatenation with "is"?
8th Dec 2021, 4:11 PM
Keefer
Keefer - avatar
0
Keefer please ask your own question and explain it well with code. This question does not make sense. and its issues w/ variables. variables are accessed by name. Once you surround any amount of characters in quotes, it becomes a string and not the variable anymore
8th Dec 2021, 4:12 PM
Slick
Slick - avatar