aayushi-droid / Python-Thunder

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

Drunken Python #272

Closed Madhav243 closed 3 years ago

Madhav243 commented 3 years ago

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

Problem statement: You need to create two functions to substitute str() and int(). A function called int_to_str() that converts integers into strings and a function called str_to_int() that converts strings into integers. Examples: int_to_str(4) ➞ "4" str_to_int("4") ➞ 4 int_to_str(29348) ➞ "29348" Problem Link: https://edabit.com/challenge/pfn6QRn6eiTHEPpSs


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

This repository is vaild for HacktoberFest2020

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

Madhav243 commented 3 years ago

Please assign this task to me. I am ready to make solution for this problem.

sark-2110 commented 3 years ago

Can you please assign me this @Madhav243 ?

aayushi-droid commented 3 years ago

Duplicate of #3