Premium Only Content

Functions and User Input |Section 3|Celestial Warrior
The next lecture will be an exercise and there will be more exercises as you progress through the course.
The exercises are difficult and sometimes tricky and I don't expect students to solve them all. Most students actually fail to solve the exercisesunless they are already familiar with Python.
The whole point of exercises is to force you to think about how to solve a problem independently. The next lecture following each exercise contains the solution where you can compare your approach.
Create a functionthat converts Celsius degrees toFahrenheit. The formula to convert Celsius to Fahrenheit isF= C 9/5 + 32.
In the previous exercises you used the interactive Udemy interface to write your code.For this exercise, please use your computertools (Python, editor, terminal,etc.). This will help you get used with Python in a real environment.
Once you are done check your solution against my solution which islocatedin the next lecture. Don't worry if your solution is not exactly the same as mine. As far as the solutions generate the same output, your solution is most likely correct.
def cel_to_fahr(c):
f = c * 9/5 + 32
return f
And here is an example of calling the function:
print(cel_to_fahr(10))
That would return 50.0 which means 10 degreeCelsius is equal to 50 degreeFahrenheit.
Create a function that takes any string as argument and returns the length of that string.
def string_length(mystring):
return len(mystring)
And here's an example of calling the function:
print(string_length("Hello"))
That would return 5.
-
9:02
The Shannon Joy Show
15 hours agoWhy is Canada PERSECUTING Dr. Makis
1.51K -
57:03
NAG Podcast
12 hours agoAlex Stein: BOLDTALK W/Angela Belcamino
7401 -
8:41
Freedom Frontline
15 hours agoMaria Bartiromo Plays The Clip That ENDS Adam Schiff’s Career
1K3 -
9:39
Nate The Lawyer
1 day ago $1.42 earnedBlack Family Turns On BLM Narrative Says Cop Was Justified.
2.89K10 -
32:41
Actual Justice Warrior
2 days agoFinance Girl Goes FULL PROPAGANDIST
7.23K6 -
12:21
itsSeanDaniel
1 day agoAOC and Bernie MELTDOWN after CNN Host CALLS THEM OUT
4.92K8 -
1:03:37
Dialogue works
2 days ago $1.91 earnedCol. Larry Wilkerson: The Iran War Threat RETURNS — But Iran Has Transformed into a Military Giant!
6.41K7 -
2:10:32
MG Show
19 hours agoNothing Happening?: Bolton Indicted; Pandoras Box REX 84' AND F.E.M.A.
9.35K10 -
1:42:58
Badlands Media
1 day agoMeagan Kate Brenner v. Badlands Media LLC
96.2K331 -
44:40
Inverted World Live
15 hours agoRex Jones Discusses the Gaza Ceasefire, Big Tech, and Having Alex Jones as a Father
54.2K7