nihilistdbanana / python-training

Repository to help people practice what they learn in python.
GNU General Public License v3.0
0 stars 8 forks source link

Easier code to get radians from degrees ? #1

Open gazsgithub opened 1 year ago

gazsgithub commented 1 year ago

Shashank - could we add Ryan Mitchell's solution files to the repo and suggest easier ways of doing things (if we find any) ;)

e.g. 03_07_solution.py i think there's an easier (?) way to get radians in the setDegrees method that doesn't involve knowing the formula. I'll like to try making my change to the code and then doing a PR ?

Gareth

nihilistdbanana commented 1 year ago

Yes you can!

nihilistdbanana commented 1 year ago

note that you will have to sync your forked repo with this one before making any commits

gazsgithub commented 1 year ago

note that you will have to sync your forked repo with this one before making any commits

not sure i have rights to add files to the master branch? can u add her solution file (03_07_solution.py) pls and i'll sync my fork etc. ?

nihilistdbanana commented 1 year ago

Your fork belongs to you, You have the rights to create a file. please sync your fork and try to create the file.

gazsgithub commented 1 year ago

Your fork belongs to you, You have the rights to create a file. please sync your fork and try to create the file.

ok - i added a 03_07_solution.py file to a 'ryanmitchell' folder with my suggested radians change and created a pull request.

palakbansal8810 commented 10 months ago

Please assign it to me