Skip to content
View skraynev's full-sized avatar
  • Saratov, Russia

Block or report skraynev

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

Pinned Loading

  1. exercises exercises Public

    The repository of the different test tasks

    Python

  2. fun_chat_bot fun_chat_bot Public

    it's just a fun chat bot

    Python

  3. play with recursion with dictionary ... play with recursion with dictionary as a tree
    1
    b = {'a':{'b':{'c':None}}, 'd':{'r':None,'d':None, 'm':{'n':{'l':None},'r':None}}, 'p': None}                                                                                                                
    2
                                                                                                                                                                                                                 
    3
    import json                                                                                                                                                                                                  
    4
    print(json.dumps(b, indent=5))                                                                                                                                                                               
    5
                                                                                                                                                                                                                 
  4. gitconfig gitconfig
    1
    [user]
    2
        name = Sergey Kraynev
    3
    [core]
    4
        editor = vim
    5
        excludesfile = /home/skraynev/.gitignore