Corbini/Rock_paper_scissors
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Rock, paper, scissor Purpose: you will work with random.choice(), if statements, and getting user input. This is a great project to help you build on the fundamentals like conditionals and functions. Quest: 1. make a program that use random.choice() 2. make database in program that will store user choices in relation to choice before ( like after scissor player choose paper) 3. make the database in separate file Dane: random.choice() https://docs.python.org/3/library/random.html arrays https://docs.python.org/3/library/array.html file operations https://docs.python.org/3/tutorial/inputoutput.html