About 538,000 results
Open links in new tab
  1. GitHub - jrwspina/time-calculator: Solution to freeCodeCamp's Time

    Solution to freeCodeCamp's Time Calculator project from the Scientific Computing with Python course.

  2. Time-Calculator Solution Review - Python - The freeCodeCamp

    Oct 6, 2021 · Here is my solution to the Time-Calculator Exercise: time, period = start.split() . hour, minutes = map(int,time.split(':')) # converting everything to int . addH, addM = …

  3. How to Solve Time Calculator Project in freeCodeCamp

    Aug 12, 2023 · This week, I challenge myself to solve Time Calculator Project in freeCodeCamp Scientific Computing with Python Projects, I’ve already solved the problem and submitted the …

  4. GitHub - cbedroid/Time-Calculator: FreeCodeCamp - Scientific …

    Time Calculator assignment for FreeCodeCamp. The section below explains all of the steps required to complete this assignment. Full Documentation: Documentation. Live Demo: REPL. …

  5. GitHub - JeelGajera/fcc-time-calculator: Solution for Freecodecamp

    Solution for Freecodecamp's Scientific Computing with Python Challenge 2: Time Calculator

  6. Build a Time Calculator Project - The freeCodeCamp Forum

    Feb 12, 2025 · start_m = start[-2::] start_hr = int(start.split(":")[0]) # Turn start hour into 24hr. if start_hr == 12 and start_m == "AM": start_hr = 0. elif start_hr == 12 and start_m == "PM": …

    Missing:

    • Solution

    Must include:

  7. FreeCodeCamp Python Project: Time Calculator! - YouTube

    Follow me and let's try to solve this one out :) Let me know what you think in the comments!

    Missing:

    • Solution

    Must include:

  8. time-calculator | To run my time_calculator code with the tests ...

    To run my time_calculator code with the tests provided by freeCodeCamp for this project, feel free to visit my replit. Write a function named add_time that takes in two required parameters and …

  9. Python Time Calculator - Code Feedback - The freeCodeCamp Forum

    Dec 10, 2020 · And just in case you’re interested, here’s my own solution for the challenge: https://repl.it/@Seventreesofwis/boilerplate-time-calculator#time_calculator.py

  10. GitHub - ueberBrot/scientific-computing-with-python: My solutions

    This repository contains my solutions for the projects of the python course Scientific Computing with Python from freeCodeCamp.

Refresh