OmkarPathak/Python-Programs

problem in executing

roop0 opened this issue · 3 comments

roop0 commented

line 54
speak("Query type not supported")
^
IndentationError: expected an indented block

@roop0, can you please provide more details, like what is the filename?

line 1, in
testCases = int(input())
ValueError: invalid literal for int() with base 10:

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.")