Skip to content

Instantly share code, notes, and snippets.

View Joseamica's full-sized avatar
🏠
Working from home

Jose Antonio Amieva Joseamica

🏠
Working from home
View GitHub Profile
def magic(move, pos):
if pos == len(target):
for i in range(len(ans)):
print(ans[i], end='')
if i != len(ans) - 1:
print(' ', end='')
print('')
return
if move:
pos += 1