import random
answer = random.randint(0, 100)
print(answer)
import os
for file in os.listdir():
print(file)