My First Post!

Niraek Jain-Sharma · July 2, 2020

Finally - my first post attempting to figure out how to use github Pages. I attached some random python code below. Let’s see if it works. Sorry for the shortness.

This is a Python snippet:


def find_mean(arr):
  sum = 0
  for i in arr:
    sum = sum + i
  return sum / len(arr)

Twitter, Facebook