top of page

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].

Programmer's Zone: Welcome
bottom of page