mirror of
https://github.com/Rushilwiz/AI.git
synced 2025-04-09 22:10:17 -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)) |