Computer Science, asked by rohitthakur62790, 6 months ago

What is the problem with the following code?
name=”Prejith”
3 / 3
age=26
print(“Your name and age are :”, name+age​

Answers

Answered by programmer89
1

Answer:-

Age is a string and name is another thing

Answered by coolsahib14
1

Answer:

Brooo, error is-

Explanation:

you should write x in place of name.

you should write y inplace of age and age will not come in "".

At the end of print statement close it with ) this symbol.

Mark it as brainlist............

Similar questions