mirror of
https://github.com/Rushilwiz/AI.git
synced 2025-05-04 17:09:51 -04:00
3 lines
102 B
Python
3 lines
102 B
Python
file = open("rrNodeCity.txt", "r")
|
|
for word in file.readlines():
|
|
print(word.strip().split(" ", 1)) |