problem in executing
roop0 opened this issue · 3 comments
roop0 commented
line 54
speak("Query type not supported")
^
IndentationError: expected an indented block
OmkarPathak commented
@roop0, can you please provide more details, like what is the filename?
Raizo-Jr commented
line 1, in
testCases = int(input())
ValueError: invalid literal for int() with base 10:
VittalKumar23 commented
line1
try:
testCases = int(input("Enter the number of test cases: ").strip())
# Rest of your code using testCases
except ValueError:
print("Invalid input. Please enter a valid integer.")