Saved Bookmarks
| 1. |
For x in range (1 19,3) :if(x==7 x==13 or x==19) :conteelse:print x) |
|
Answer» if(x==7 x==13 or x==19) : con te else: answer is 3 |
|