Skip to content
View too's full-sized avatar
  • HXCD

Organizations

@idea2app
Block or Report

Block or report too

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

Hi there 👋

Github stats

Pinned

  1. Bowling Game Kata by Python Bowling Game Kata by Python
    1
    # -*- coding: utf-8 -*- #
    2
    
                  
    3
    class Game(object):
    4
    
                  
    5
        def __init__(self):
  2. How-To-Ask-Questions-The-Smart-Way How-To-Ask-Questions-The-Smart-Way Public

    Forked from ryanhanwu/How-To-Ask-Questions-The-Smart-Way

    本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。

    JavaScript

  3. FizzBuzzWhizz. 解决一道 ThoughtWork 的公开... FizzBuzzWhizz. 解决一道 ThoughtWork 的公开招聘题. 尝试应用了最近学习的敏捷开发+面向对象的概念。
    1
    具体题目:
    2
    
                  
    3
    你是一名体育老师,在某次课距离下课还有五分钟时,你决定搞一个游戏。此时有100名学生在上课。游戏的规则是:
    4
    
                  
    5
    1.  你首先说出三个不同的特殊数,要求必须是个位数,比如3、5、7。