Skip to content
View SGA-A's full-sized avatar
💫
Learning
💫
Learning

Highlights

  • Pro
Block or Report

Block or report SGA-A

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
SGA-A/README.md

About

Undergraduate at UK studying A-Levels. I have a lot on my plate with academics, so there is not much to share yet.

I'm always seeking out new things and learning from mistakes in the past.

  • At present, I'm working on a Discord bot in Python as a free-time project.
  • I'm working with Python and planning on learning Javascript and C in the near future.
  • May make random contributions to projects particularly in Python.
  • I'm mostly on Discord, X and occasionally on Reddit and Quora.

Readme Quotes

Pinned

  1. c2c c2c Public

    Source code for the custom app exclusive to cc, where most interactions begin and end.

    Python 2

  2. Fundamental-SCs Fundamental-SCs
    1
    .               - Any Character Except New Line
    2
    \d              - Digit (0-9)
    3
    \D              - Not a Digit (0-9)
    4
    \w              - Word Character (a-z, A-Z, 0-9, _)
    5
    \W              - Not a Word Character