mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-25 06:51:10 +01:00
7 lines
109 B
Python
7 lines
109 B
Python
my_list = Split("""
|
|
""")
|
|
|
|
for x in range(len(my_list)):
|
|
my_list[x] = 'fir/' + my_list[x]
|
|
Return('my_list')
|