Skip to content

Commit 5db0f83

Browse files
committed
Update aim ,purpose, workflow and compilation steps
1 parent 2d3bc64 commit 5db0f83

File tree

1 file changed

+31
-9
lines changed
  • BasicPythonScripts/Temperature Conveter

1 file changed

+31
-9
lines changed

BasicPythonScripts/Temperature Conveter/README.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,43 @@
11
# Temperature Converter
2+
## Aim :- Temperature Converter
23

4+
## Purpose :-
5+
-To convertCelsius into Farenheit.
6+
-To convert Farenheit into Celsius.
7+
8+
## WorkFlow :_
39

410
## Script used in Temperature converter
511
-In this program , we can convert Celsius into Fahrenheit and vise vesra.
6-
-in this program , I define five functions.
12+
-in this program , I define four functions.
13+
14+
#1 Cel()
15+
-This function is used to convert Fahrenheit into Celsius.
16+
17+
#2 Far()
18+
-This function is used to convert Fahrenheit into Celsius.
19+
20+
#3 main()
21+
-This function is the main function for the execution of program.
22+
23+
#4 condition
24+
-This function is used to run the re-execute program.
25+
26+
## Compilation steps:-
27+
-In this program I define four function Cel(),Far(),main(),condition().
28+
Program will can the main function first then it takes input from user that whether
29+
they want to convert Celsius into Fahrenheit or vice versa.
30+
31+
-On the basis of User's selection it convert Celsius into Fahrenheit or vice vers.
32+
33+
-Then either Cel() or Far() function will be called to perform the calculation and
34+
gave the value .
735

8-
#1 Cel()
9-
-This function is used to convert Fahrenheit into Celsius.
36+
-After performing the calculation, I gave the option whether user want to continue or exit.
1037

11-
#2 Far()
12-
-This function is used to convert Fahrenheit into Celsius.
38+
-If want to co continue enter 1 or else to Exit.
1339

14-
#3 main()
15-
-This function is the main function for the execution of program.
1640

17-
#4 condition
18-
-This function is used to run the re-execute program.
1941
## Setup instructions
2042
-User needs any python id and compiler to execute the program.
2143

0 commit comments

Comments
 (0)