Computer Science, asked by johncgristopher2003, 6 months ago

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 harshkatyare
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
  1. jdjdhdhddbrbdb
  2. dnbdbdbbf
  • dnndndbd
  • djdhdmhbb
  1. yeyydjdjD
  2. scheme

dbe

dene

dh

  1. nsmdjdjduehhr
  2. ejueehrggrg
  3. rhrhhrgrgrg
  4. ejejrhrhrhrhjr
  5. hrrbbrjr

bdhdhrj

ejrhththbt

nrbrbnrnr

  1. jrjrrnrbbtbf
  2. jeene
  3. rudhir
  4. irurjrh
  5. jrjth
  6. nrnrntnnt
  7. jtjt
  8. r
  9. r
  10. r
  11. r
  12. r

r

r

r

  1. r
  2. f
  3. r
  4. r
Answered by nagmakhatoon270
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