kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 277 forks source link

Added a feature in Python/Fahrenheit_to_celsius.py #614

Closed arpitbaheti2002 closed 2 years ago

arpitbaheti2002 commented 2 years ago

Description :

This is a feature that allows the user to input temperature in Fahrenheit and converts it into Celsius.

Impact :

Earlier the program used to convert all the cases every time it runs and the user had to find his desired output by scrolling through all the outputs. Now, the user can enter the spr+ecific case he wants to convert and get the output for the same.

Language used :

Issue to be resolved :

Fixes: #624 I have raised issue #624 and this can solve it effectively.

Notes:

I have read the CODE_OF_CONDUCT.md and CONTRIBUTING.md. Please assign the issue to me.

arpitbaheti2002 commented 2 years ago

This is my code to solve issue #624

arpitbaheti2002 commented 2 years ago

Thank you very much. I really learned a lot about contributing.