Update 'neurons.py'
This commit is contained in:
parent
b0a7183d7b
commit
c016b24482
@ -41,6 +41,8 @@ class Neurons:
|
||||
x[3]=1
|
||||
elif "latwopalne" in y:
|
||||
x[2]=1
|
||||
else:
|
||||
x[0]=1
|
||||
print(x)
|
||||
if x[0]==1:
|
||||
print("Zwykła")
|
||||
|
Loading…
Reference in New Issue
Block a user