Python2
HackerRank Solution: Python sWAP cASE [3 Methods]
You are given a string and your task is to swap cases. In other words, convert all lowercase letters to uppercase letters and vice versa.
HackerRank Solution: String Split and Join [3 Methods]
In Python, a string can be split on a delimiter.
HackerRank Solution: Python What's your name? [3 Methods]
In this tutorial we are going to explore different methods to solve the hacker rank problem what's your name in Python
HackerRank Solution: Python Lists [Basic Data Types]
This tutorial covers solutions for Python Lists question from Hacker Rank using if statements, map and len() method Using the split() function
HackerRank Solution: Python Mutations [4 Methods]
There are 4 possible methdos to solve python mutations from hacker rank using a while loop, One-line solution, Using list comprehension, Using for loop
