-
Notifications
You must be signed in to change notification settings - Fork 2.2k
PCC30 #772
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
PCC30 #772
Conversation
pmayd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have pushed two different challenges, 30 and 42, please one PR per challenge
| 'CALL AN EXORCIST') | ||
|
|
||
|
|
||
| def intro_message(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like he use of a function for the inro text!
| input('\nGive the wheel a spin! (Hit Enter)') | ||
| print('Spinning...') | ||
| time.sleep(2) | ||
| print('\n' + STEPS_LIST[random.randint(0, len(STEPS_LIST) -1)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try out random.choice! https://docs.python.org/3/library/random.html much cleaner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @pmayd
|
I am still seeing two different files in two different directories so please decide for one challenge and only commit the files for that particular challenge |
please submit this one in a new PR
|
@satyamasthanaa please open a new PR for challenge #42 |
|
@bbelderbos Sir, I had already made pull request #42 and it has got merged with the main branch. |
ATTENTION: before clicking "Create Pull Request" please submit some metadata, thanks!
Difficulty level (1-10): [7]
Estimated time spent (hours): [1]
Completed (yes/no): [yes]