Skip to content

Instantly share code, notes, and snippets.

View coto's full-sized avatar
🏠
Working from home

Rodrigo Cancino Augosto coto

🏠
Working from home
View GitHub Profile
@coto
coto / Lists, Tuples
Last active December 9, 2017 17:28
Python... List, tuples, classes, properties
#!/usr/bin/python
# -*- coding: utf-8 -*-
__author__ = '@coto'
# Detect numbers even if they are complex
def is_number(s):
try:
float(s) # for int, long and float