Computer Science, asked by gauravmpurohit44, 1 month ago

What will be the output of 1 point
following code:
>>>value='Sohan'
>>>age=17
>>>print (name,'you are', age,'now but')
>>>print 'you will be', age+1,'next year')​

Answers

Answered by Anshmittal1999
1

Answer:

you can see that the whole thing is going to happen

Answered by Anonymous
1

Answer:

Hey friend!

Your syntax is invalid...

In the 4th line, you have to put a bracket after print...

So u will not receive the output...

But if you put the bracket, then the output will be:

Sohan you are 17 now

you will be 18 next year

------------------------------------------

HOPE THIS HELPS YOU FRIEND!

                                     ====BrAiNliEsT====

Similar questions