-
Python Challenges: To square root or not to square root
- 9 Views
- 0 Likes
- 0 Comments
We are given a list and we have to return that list but with the square-rootable number's square root and the non square-rootable numbers squared, I ho...
-
Python Challenges: Short Long Short String
- 13 Views
- 0 Likes
- 0 Comments
We are given two strings, we are going to return a string of those two string mashed together by putting the shorter string first, then the long string...
-
Python Challenges: Are your grades really *that* good?
- 16 Views
- 1 Likes
- 0 Comments
You got a test, did it, passed it, but did you do better than average of all your classmates scores?
-
Python Challenges: Same case or no?
- 13 Views
- 0 Likes
- 0 Comments
Pretty basic and simple, we're given two strings and we have to check if one, the string contains a letter or a special character (or number), and two,...
-
Python Challenges: List with reversed number
- 14 Views
- 0 Likes
- 0 Comments
Simple, we are given a number and we have to return a list with the reversed number
-
Python Challenges: Sum of Negatives and Count of Positives
- 17 Views
- 0 Likes
- 0 Comments
In this CodeCast we're going to be given a list of numbers and we have to return the sum of the negatives and the count of positives, pretty self expla...
-
Python Challenges: Removing string spaces
- 12 Views
- 0 Likes
- 0 Comments
In this CodeCast we'll be getting a string and removing all the spaces from it, pretty simple right?
-
Introduction to: Python coding challenges
- 21 Views
- 0 Likes
- 0 Comments
Introduction to my python series while solving a basic coding challenge :)