Q. Display and print the given values:
(i) 33 + 23
(ii) S = 24 + 9 (first assign 24 + 9 to S and then print (display S))
(iii) a = 3, b = 17, c = b - 10 (first assign these values to a, b and c in three separate statements and then print/display them.)
Answer =
(i)
>>> 33 + 23
56
>>>
(ii)
>>> S = 24 + 9
>>> print (S)
33
>>>
(iii)
>>> a = 3
>>> b = 17
>>> c = b - 10
>>> print (a , b , c)
3 17 7
>>>
Cool...
ReplyDeleteThankyou : )
Deletewhere can i find preeti arora's computer science with python PDF
ReplyDeletehere you will find solution https://www.pathwalla.com/2020/07/preeti-arora-book-pdf-class-12-computer.html
DeleteWelcome :-)
ReplyDeletewhere will i find the practical book solutions?
ReplyDeleteI have uploaded chick on chapter then chick on Practical.
Deletewhere we will find type B and C solution of sumita arora's book?
ReplyDeletePlease click Here https://www.pathwalla.com/2020/03/python-class-12-solution-sumita-arora-type-c.html Click on Chapter name.
DeleteActually class 11 computer science practical book are not given you full solution where I can find full all questions solution
ReplyDeleteI will upload very soon.
DeleteThank you : )
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteBrother where can i find the dolutions of the working in script mode of this book
ReplyDeleteSend me Some Questions.
DeleteWelcome : )
ReplyDeleteWhen I will find the solution of practicle solutions
ReplyDeleteClick on particular chapter name to get answer .
DeleteCOULD YOU PLEASE HELP ME IN GETTING THE PDF TEXT BOOK OF INFORMATICS PRACTICES(PYTHON) BY SUMITA ARORA
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )