Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? #!/usr/bin/env python # -*- coding: utf-8 -*- # ã¤ã³ãã¼ã import numpy as np import scipy as py import pandas as pd import itertools as it ''' ä½æ ''' # ãªã¹ãä½æ list_value = [10,11,12] list_value Out[374]: [10, 11, 12] # ã¿ãã«ä½æ tuple_value = (10,11,12) tuple_value Out[375]: (10,
{{#tags}}- {{label}}
{{/tags}}