Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem in executing #25

Open
roop0 opened this issue Aug 22, 2020 · 3 comments
Open

problem in executing #25

roop0 opened this issue Aug 22, 2020 · 3 comments

Comments

@roop0
Copy link

roop0 commented Aug 22, 2020

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

@OmkarPathak
Copy link
Owner

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

@Raizo-Jr
Copy link

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

@VittalKumar23
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants