Q. Try the following code on the Python shell and evaluate the output generated:


>>>print (3.14159 *7)

>>>print ('I am a class XI' + 'student').

>>>print ('1', 'm')

>>>print ("class XI student")

>>>print ("I 'm', 16, "years old")


Answer :-

>>> 21.99113
>>> I am a class XIstudent
>>> 1 m
>>> class XI student
>>> It will give an Error

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post