aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

Convert Hours To seconds in python #297

Closed varanasiroshan2001 closed 3 years ago

varanasiroshan2001 commented 3 years ago

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

Problem statement: Create a function that returns the no of seconds when you enter the no of hours as a input. Problem Link: https://edabit.com/challenge/nyeNvKWdDFKRAk4Da

Before submitting a PR please Check some details. Check Edabit for problem task

example - ''' Probem Task : Create a function that returns the no of seconds when you enter the no of hours as a input. Problem Link : https://edabit.com/challenge/nyeNvKWdDFKRAk4Da '''

def how_many_seconds(hours): hours = hours * 3600 return hours

how_many_seconds(200)

ConvertHoursToSeconds.txt This repository is valid for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck, #297

egurnick commented 3 years ago

Hi, I would like to work on this

Albertosaurusrex commented 3 years ago

It seems like @varanasiroshan2001 has already provided the solution to the problem.

You need to submit the solution as a pull request if it's already an existing Issue. If it's not an existing Issue, I'm pretty sure that you can't work on it.

I might be wrong.

varanasiroshan2001 commented 3 years ago

hey how add that tick mark in description in checklist anyone

aayushi-droid commented 3 years ago

duplicate of #134