10 lines
182 B
Python
10 lines
182 B
Python
def IdEmu(list):
|
|
for Id in list:
|
|
print(list)
|
|
|
|
|
|
class Consol:
|
|
def __init__(self,Liste):
|
|
self.Liste=Liste
|
|
def getVal(self):
|
|
return self.val*self.val |