there is a limit to the number of times the elif keyword can be used within an if/elif/else block. true false

there is a limit to the number of times the elif keyword can be used within an if/elif/else block. true false
Answer
Brief Explanations:
In Python, there is no fixed - limit on the number of elif statements within an if/elif/else block. You can use as many as your program logic requires to handle different conditional cases.
Answer:
False