What will be the output given by following python code
statements ?
(i) print(17 % 5)
(ii) print(25%5 + 7 >= 9//2)
(iii)print(“Hello”+”World”)
(iv)print( 6**2 > 32//2 and 5**2==25)
Answers
Answered by
1
Explanation:
Find o/p of the following python code:
a,b,c=10,12,15
b%=a
c**=b vvnu
print(a)
print(b)
print(c)
print(“Well Done”)
- Find o/p of the following python code:
- a,b,c=10,12,15
- b%=a
- c**=b
- print(a)
- print(b)
- print(c)
- print(“Well Done”)
- jshshejwk
- hahahahaha
- snsndbdbbdb
- hdhhdhdhdhdh
- dnndhdhddb
- jdjdhdhddbrbdb
- dnbdbdbbf
- dnndndbd
- djdhdmhbb
- yeyydjdjD
- scheme
dbe
dene
dh
- nsmdjdjduehhr
- ejueehrggrg
- rhrhhrgrgrg
- ejejrhrhrhrhjr
- hrrbbrjr
bdhdhrj
ejrhththbt
nrbrbnrnr
- jrjrrnrbbtbf
- jeene
- rudhir
- irurjrh
- jrjth
- nrnrntnnt
- jtjt
- r
- r
- r
- r
- r
r
r
r
- r
- f
- r
- r
Answered by
0
Answer:
Python is known for its simplicity. So, let's tell the computer to say hello to us. (Assuming that you have gone through the Introduction chapter first and know how to write and compile Python codes. If not, then first go through the Introduction chapter.)
Similar questions