- 👋 Hi, I’m @RhysMJ2
- 👀 I’m interested in Cyber Security
- 🌱 I’m currently learning Kubernetes, Docker and Go
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
Pinned Loading
-
Binomial Expansion in Python
Binomial Expansion in Python 1import math
2def expand(expr):
3expr_list = expr.split("^")
4expr_no_n = expr_list[0].replace("(", "").replace(")", "")
5n = int(expr_list[1])
-
caesar_cipher.py
caesar_cipher.py 1import string
2import time
3from PyDictionary import PyDictionary
4dictionary = PyDictionary()
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.