Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Oct 18, 2020

No description provided.

@userpython786
Copy link

I make huggmab game`

NowHappy pushed a commit to NowHappy/tiny_python_projects that referenced this pull request Oct 6, 2021
import random
import math
# Taking Inputs
lower = int(input("Emter Lower bound:- "))

Choose a reason for hiding this comment

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

Misspelled word

# generating random number between
# the lower and upper
x = random.randint(lower, upper)
print("\n\tYou've only ", round(math.log(upper - lower + 1, 2))," chances to guess the integer!\n")

Choose a reason for hiding this comment

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

You can use f string to minimize comma and quotation marks

Copy link

@orphiano-0 orphiano-0 left a comment

Choose a reason for hiding this comment

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

Looks good!

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

Successfully merging this pull request may close these issues.

2 participants