Skip to content

problem in executing #25

Open
Open
@roop0

Description

@roop0

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

Activity

OmkarPathak

OmkarPathak commented on Aug 23, 2020

@OmkarPathak
Owner

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

Raizo-Jr

Raizo-Jr commented on Dec 31, 2020

@Raizo-Jr

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

VittalKumar23

VittalKumar23 commented on Oct 9, 2023

@VittalKumar23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @OmkarPathak@roop0@Raizo-Jr@VittalKumar23

        Issue actions

          problem in executing · Issue #25 · OmkarPathak/Python-Programs