top of page
New Project (5).jpg

Python Rock Paper Scissors

This is a game of rock, paper, scissors I built in Python

You can see the code at https://codeshare.io/21mEx1

Programmer's Zone: Image

Python Regular Expressions

Regular Expressions are a very important part of Python. They find key words or patterns in strings without the the need of any additional programs.

Programmer's Zone: Image

Python Shuffle List

Given the array nums consisting of 2n elements in the form [x1,x2,...,xn,y1,y2,...,yn].
Return the array in the form [x1,y1,x2,y2,...,xn,yn].

Screenshot%202021-02-21%20at%208.32_edited.jpg
Programmer's Zone: Welcome
  • YouTube

©2020 by Sarthaks Mosaic.

bottom of page