mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 17:34:49 +08:00
all valid python 3
This commit is contained in:
@ -120,5 +120,5 @@ network.trannig()
|
||||
while True:
|
||||
sample = []
|
||||
for i in range(3):
|
||||
sample.insert(i, float(raw_input('value: ')))
|
||||
sample.insert(i, float(input('value: ')))
|
||||
network.sort(sample)
|
||||
|
Reference in New Issue
Block a user