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.
-
1:45:06
Badlands Media
23 hours agoDevolution Power Hour Ep. 399: No Kings, Antifa’s Collapse & Trump’s Year of Peace
276K82 -
2:56:00
Laura Loomer
10 hours agoEP150: New Yorkers Brace For Islamic Takeover After Mayoral Election Debate
81.5K96 -
1:35:37
Man in America
14 hours agoThe Forbidden Medicine of Light: Why is Big Pharma HIDING This From Us?
61.6K23 -
2:35:13
BlackDiamondGunsandGear
7 hours agoAFTER HOURS ARMORY / BUILDING GUNS ARE ILLEGAL? / Marine Gun Builder RETURNS!!
22.3K3 -
2:05:19
Damysus Gaming
7 hours agoARC Raiders - SERVER SLAM TIME!!!! LFG!!!
36.4K2 -
1:04:10
The Connect: With Johnny Mitchell
11 hours ago $6.06 earnedTucker Carlson's INSANE Take On Civil War In America, Calls For Fascism
26.3K55 -
2:35:14
DLDAfterDark
9 hours ago $11.22 earnedThe Return of Marine Gun Builder? MGB, DLD, BDG&G After Hours Armory
31K3 -
28:39
Afshin Rattansi's Going Underground
1 day agoDonald Trump’s Gaza Peace Plan: A Pivotal Moment or Farce? (Palestinian Deputy Foreign Minister)
34.4K7 -
3:31:29
SavageJayGatsby
10 hours ago🔥 Spicy Saturday – Let's Play: Prison Life 2🔥
56.1K2 -
4:34:18
cosmicvandenim
16 hours agoCOSMIC VAN DENIM | WARZONE HORROR
25.7K3