Skip to content
Snippets Groups Projects
print_random_number.py 78 B
Newer Older
Ronald Jäpel's avatar
Ronald Jäpel committed
print(203)
with open("output/data.txt", "w") as handle:
    handle.write(203)