AI/Unit 1/testing.py
2020-12-15 03:02:42 -05:00

3 lines
102 B
Python

file = open("rrNodeCity.txt", "r")
for word in file.readlines():
print(word.strip().split(" ", 1))