Skip to content
View RhysMJ2's full-sized avatar

Block or report RhysMJ2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RhysMJ2/README.md
  • 👋 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

  1. Binomial Expansion in Python Binomial Expansion in Python
    1
    import math
    2
    def expand(expr):
    3
        expr_list = expr.split("^")
    4
        expr_no_n = expr_list[0].replace("(", "").replace(")", "")
    5
        n = int(expr_list[1])
  2. caesar_cipher.py caesar_cipher.py
    1
    import string
    2
    import time
    3
    from PyDictionary import PyDictionary
    4
    dictionary = PyDictionary()
    5
    
                  
  3. rhys-website rhys-website Public

    A website about me, Rhys

    CSS