aayushi-droid / Python-Thunder

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

Provide lambda examples on less_than_100.py #344

Closed darrylsepeda closed 3 years ago

darrylsepeda commented 3 years ago

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

Problem statement: Given two numbers, return True if the sum of both numbers is less than 100. Otherwise return False. Problem Link: https://edabit.com/challenge/pZ3HxBfvejsvkEDo4

Lambda function in python is a small anonymous function.


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,

darrylsepeda commented 3 years ago

please assign this to me

darrylsepeda commented 3 years ago

Thank you @aayushi-droid !