You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.")
line 54
speak("Query type not supported")
^
IndentationError: expected an indented block
The text was updated successfully, but these errors were encountered: