Skip to content
View zz415's full-sized avatar

Block or report zz415

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. Card Magic Trick in Python Card Magic Trick in Python
    1
    import random
    2
    import pandas 
    3
    
                  
    4
    def game():
    5
        card_list = ['Heart-A', 'Heart-K', 'Heart-Q', 'Heart-J', 'Heart-10', 'Heart-9', 'Heart-8', 'Heart-7', 'Heart-6', 'Heart-5', 'Heart-4', 'Heart-3', 'Heart-2'
  2. BlackJack in Python BlackJack in Python
    1
    def bgame():
    2
    
                  
    3
    
                  
    4
        import random
    5
        import pandas