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.
-
2:12:00
DLDAfterDark
11 hours ago $15.86 earnedThe After Hours Armory! Tonight is The Chat's Chat! God, Guns, and Gear!
51.6K6 -
3:32:18
Mally_Mouse
14 hours ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Phasmophobia
54.8K5 -
1:13:19
iCkEdMeL
10 hours ago $24.05 earnedChaos Explodes in Chicago & Portland | Feds Clash with Protesters!
56.4K32 -
21:54
Exploring With Nug
1 day ago $10.87 earnedScuba Diving Missing Person Search Leads to Discovery of Classic Cars!
69.5K20 -
8:06:32
Phyxicx
15 hours agoStar Wars: Movie Battles II Community Event hosted by ReaperAF95 - 10/4/2025
35.1K -
1:19:51
World2Briggs
13 hours ago $2.77 earnedThe US This Week
37.3K8 -
2:31:13
Joker Effect
10 hours ago"MAKE STREAMING GREAT AGAIN" - Brands Step Up Finally. Birth of Rumble Community. Taking Leadership
24.1K4 -
5:02:17
Illyes Jr Gaming
14 hours ago"Machine Gun" Takes On BLACK OPS 7 Beta DAY 3!!!
15K1 -
2:57:29
Damysus Gaming
10 hours agoBorderlands 4 - AMON Vs Timekeeper!! Lets Grind This OUT!!
13.2K1 -
3:10:06
Nikko Ortiz
17 hours agoHAMAS Gaza Peace Deal And MORE.... Brutally Honest EP #17 | Rumble LIVE
117K83