+ 1
Getting in sharp #
file = open("/usercode/files/pull_ups.txt") n = int(input()) # use b as variable to recall file back to a list. b = file.readlines() print(b[n]) file.close()
3 Respuestas
file = open("/usercode/files/pull_ups.txt") n = int(input()) # use b as variable to recall file back to a list. b = file.readlines() print(b[n]) file.close()