aayushi-droid / Python-Thunder

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

Switcharoo #231

Closed Diadochokinetic closed 2 years ago

Diadochokinetic 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 takes a string and returns a new string with its first and last characters swapped, except under three conditions:

If the length of the string is less than two, return "Incompatible.".
If the argument is not a string, return "Incompatible.".
If the first and last characters are the same, return "Two's a pair.".

Problem Link: https://edabit.com/challenge/tnKZCAkdnZpiuDiWA


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,

Diadochokinetic commented 3 years ago

I would like to solve this problem.

Aaditya1978 commented 3 years ago

I would like to solve this Problem. Please Assign to me.

DevLokCodes commented 3 years ago

I would like to work on this Problem. Could you assign this problem to me

Diadochokinetic commented 2 years ago

This was Hackotberfest two years ago