Improved Code and removed Warnings (#483)
This commit is contained in:
@@ -120,5 +120,5 @@ network.trannig()
|
||||
while True:
|
||||
sample = []
|
||||
for i in range(3):
|
||||
sample.insert(i, float(input('value: ')))
|
||||
sample.insert(i, float(raw_input('value: ')))
|
||||
network.sort(sample)
|
||||
Reference in New Issue
Block a user