Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
npm install --global --production windows-build-tools
def RepresentsInt(s): try: int(s) return True except ValueError: return False >>> print RepresentsInt("+123") True >>> print RepresentsInt("10.0") False