ebosetalee / 20-days-challenge

#20dayschallenge on python
6 stars 0 forks source link

solution to 13- Hangman - 13 #32

Closed ebosetalee closed 4 years ago

ebosetalee commented 4 years ago

Resolves #31 https://repl.it/join/uuaszgks-emmanuellaesezo https://repl.it/@EmmanuellaEsezo/13-Hangman-13py

yudori commented 4 years ago

Also, you should be able to just upload your hagman folder to repl.it. It doesn't look consistent with this repo.

ebosetalee commented 4 years ago

Also, you should be able to just upload your hagman folder to repl.it. It doesn't look consistent with this repo.

yea i tried that but it doesn't put the python interpreter.

ebosetalee commented 4 years ago

@ebosetalee nice work. Just add __pycache__/ to your .gitignore

Alright Thank youuuuuuu

yudori commented 4 years ago

@ebosetalee , also add *.pyc to the gitignore file to ignore all files with the .pyc extension