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:26
Sideserf Cake Studio
1 day ago $5.07 earnedI Made A Sabrina Carpenter CAKE
44.1K9 -
LIVE
BSparksGaming
3 hours agoSplitgate 2 Gameplay! It's AMAZING 🥹
63 watching -
4:03:38
ttvglamourx
4 hours ago $3.37 earnedJUNE IS GOING TO BE AMAZING !DISCORD
20.7K1 -
LIVE
GritsGG
6 hours agoDuos! - 2545+ Ws
142 watching -
14:23
T-SPLY
2 days agoNashville Mayor Is Getting Closer To Being Arrested For ICE Obstructions
62.2K57 -
LIVE
MadHouseRetro
5 hours agoMadhouse Presents : Triple Warbricks Model build! Sponsored by Warbricks USA!!!!
125 watching -
10:29
Mrgunsngear
2 days ago $9.62 earnedOtter Creek OCM5: The Quietest MK12 Silencer To Date 🇺🇸
76K22 -
40:30
Kitco NEWS
2 days ago2030 Commodity Surge: What to Buy Before Prices Explode | Adam Rozencwajg
39.8K7 -
25:29
The Dr. Ardis Show
2 days ago $5.59 earnedThe Dr. Ardis Show | Economic Update with Kirk Elliot | Episode 05.30.2025
28.8K7 -
10:27
Professor Gerdes Explains 🇺🇦
1 day agoEx CIA Director: This Nation is Putin's NEXT Target Urgent Warning
22.2K31