アットウィキロゴ

まrついい

from sympy import FiniteSet 
s = FiniteSet(2, 4, 6) 
t=FiniteSet(7, 4, 6)
a=len(t) 
print(a)
最終更新:2018年01月18日 14:06