Computer Science, asked by shails6292, 11 months ago

A radioactive source emits 4 particles on average during a five seconds period

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
3

x = True

y = False

z = False

if not x or y :

print 1

elif not x or not y and z:

print 2

elif not x or y or not y and x:

print 3

else:

print 4

hope you have understood ✔✔✔

Similar questions