Skip to content
View JSD-Codes's full-sized avatar
πŸ’­
I'm Usually at school.
πŸ’­
I'm Usually at school.

Block or report JSD-Codes

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
JSD-Codes/README.md

Hi there πŸ‘‹

  • I'm an intermediate developer mostly focused on Python.
  • 🌱 I’m currently learning C++
  • πŸ‘― I’m looking to collaborate on intermediate Python projects
  • πŸ“« How to reach me: Email me! [email protected]
  • πŸ˜„ Pronouns: He/Him
  • ⚑ Fun fact: I started learning HTML when I was around 8 years old

Pinned Loading

  1. jonassd.xyz jonassd.xyz Public

    HTML 1

  2. Python function for printing each ch... Python function for printing each character individually
    1
    import time
    2
    def slow_print(text, interval, end):
    3
      for character in text:
    4
        if characer != ' '
    5
        print(character, end='\n', flush=True)
  3. Random_CPP Random_CPP Public

    Random C++ Stuff

    C++