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:59
Clownfish TV
15 hours agoWarner Bros and Paramount are MERGING?! | Clownfish TV
14K3 -
19:19
World2Briggs
1 day ago $1.11 earnedTop 10 Amazing States With The Lowest Taxes.
12K1 -
BEK TV
1 day agoTrent Loos in the Morning - 9/16/2025
13.1K1 -
LIVE
The Bubba Army
22 hours agoDid Charlie Kirk's Killer, Confess On Discord? - Bubba the Love Sponge® Show | 9/16/25
1,959 watching -
8:41
Zoufry
1 day agoInside The Cartels Training Camps for Assassins
16.2K2 -
12:37
itsSeanDaniel
1 day agoFake Republican REFUSES to Stand Up for Charlie Kirk
21.1K42 -
1:01:55
MTNTOUGH Podcast w/ Dustin Diefenderfer
22 hours agoJason Khalipa: American Men: Get Off the Couch and Rise Up Now | MTNPOD #133
32.2K45 -
5:17
Blackstone Griddles
14 hours agoEasy Weeknight Meals: Creamy Parmesan Beef Pasta
20.2K6 -
7:08
Rena Malik, M.D.
1 day ago $1.45 earnedFour totally surprising causes of Back Pain
16.2K1 -
6:27
DropItLikeItsScott
16 hours ago $1.17 earnedIs This the Coolest Gun Accessory Ever? The Gun Guardian
16.4K