Skip to content
View Theremsoe's full-sized avatar

Block or report Theremsoe

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

Pinned Loading

  1. contacts.py contacts.py
    1
    # Enter your code here. Read input from STDIN. Print output to STDOUT
    2
    
                  
    3
    from bisect import bisect_left
    4
    from sys import stdin
    5
    
                  
  2. Resolves the sub palindrome challenge Resolves the sub palindrome challenge
    1
    from typing import List, Optional
    2
    
                  
    3
    def palindromes(input: str) -> List[str]:
    4
        """
    5
        Returns a list of palindromes
  3. nubank_code_assessment nubank_code_assessment Public

    nubank_code_assessment

    Python

  4. alexmac10/websockets alexmac10/websockets Public

    pruebas de websockets en php

    PHP