TechGrounds-Cloud8 / cloud8-archana-sekarr

cloud8-archana-sekarr created by GitHub Classroom
0 stars 0 forks source link

Python -09- mini project Feedback Request: #62

Open archana-sekarr opened 2 years ago

archana-sekarr commented 2 years ago

Feedback Request [Python -09- mini project] Permalink to file: [

(https://github.com/TechGrounds-Cloud8/cloud8-archana-sekarr/blob/main/Python/PRG-09-NumberGuessingGame.py)

https://github.com/TechGrounds-Cloud8/cloud8-archana-sekarr/blob/main/Python/test.csv]

Template for peers for review:

**Summary**
- Does the summary describe the subject matter fully?
- Is the summary written in own words?
- Is there crucial information missing in the summary?
- Is the description clear enough?

**Key Terminology**
- Are there missing key terms?
- Are the key terms explained well?

**Sources**
- Are the sources mentioned?
- Are the mentioned sources correct?

**Excercise**
(Where applicable)
- Is the result correct?
- Are the experienced problems and solutions described well?

Share the link to this issue with your peers.

benbui797 commented 2 years ago

Looks really good! Clear structure and comments and I cannot break the game by writing a letter/word.

One bug I have found is: The game tells me to pick a number between 0 and 10, but I can also input negative and very large numbers.

QuincyTjia commented 2 years ago

Looks good! Good comments and the game works.