Skip to content
View Gamecrazy's full-sized avatar

Block or report Gamecrazy

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. SLG SLG
    1
    import xlwings as xw
    2
    import os
    3
    
                  
    4
    # 路径
    5
    path = 'C:\\Users\\chengjianjiang\\Desktop\\FaceBook\\SLG素材\\Pic'
  2. 1 1
    1
    import random
    2
    import urllib
    3
    import hashlib
    4
    import json
    5
    import urllib.request
  3. Python Python
    1
    sjlist= [1,2,2,3,3,4] 
    2
    step = 3
    3
    b = [sjlist[i:i+step] for i in range(0,len(sjlist),step)]