American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

5 PM – Introduction To Python

September 26, 2020 @ 5:00 pm - 6:00 pm

  1. Homework:
    1. Sep26_FunctionWithReturnValueHomework.py
    2. Do function with return value homework from page 138 to 139.
    3. Convert Farenheight into Celcius
      1. Ask user “Enter a temperature in Farenheight: “
      2. Whatever user enter, pass to below function
      3. Create a function “convert_F_to_C”, one parameter: “farenheight”
      4. Inside the function convert the parameter “farenheight” into “celcius” and return the result. Formula is
        1. Celcius = (farenheight -32) * 5/9
      5. Call the function and pass the user input as the parameter.
      6. Capture the result and print “<farenheight> Farenheight is equal to <result> Celcius”

Details

Date:
September 26, 2020
Time:
5:00 pm - 6:00 pm
Event Categories:
,