Computer Science, asked by wahiduzzaman, 1 month ago

In Python3, conditional if can have how many following elif statements?​

Answers

Answered by joshnajustin7a
0

Answer:

You can add as many as you need into the program, not taking into account memory or other possible limitations like hardware. The only strict limit is that there can only be one if and one else per if/elif/else statement block, but there is no limit on the number of elif .

Explanation:

thank you ❤️❤️

Similar questions