Skip to content

Conversation

@SKRam1024
Copy link

No description provided.

print (n,"x",i,"=",(n*i))

def main():
number = int(input("Enter a no. between 1 to 10: "))
Copy link
Owner

@karastoyanov karastoyanov Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Try to implement a IF-statement in case that the user accidently enters a different type instead of integer.
  • What will hapen if the user input is bigger than 10 or less than 0? Try to solve this case

Copy link
Owner

@karastoyanov karastoyanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code seems fine. However, few remarks:

  • open the pull request to karastoyanov:development branch instead of the main branch

  • As a bonus try to improve a little bit your code and add some additional features, read my comments in the code.

  • I have opened a separate issue #7 for you, just give it a random comment to be able to assign it for you and check once again the full description of the task.

@karastoyanov karastoyanov added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers training Training Task Assigned labels Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed training Training Task Assigned

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants