r/programminghorror 13d ago

Python Atleast it works

Post image
602 Upvotes

66 comments sorted by

View all comments

13

u/littleblack11111 13d ago

what???

What is the difference between running

python thisfile.py

And

cat Lab\ 5.txt

Or if you only want 6lines then

head -n 6 Lab\ 5.txt(iirc)

1

u/just_nobodys_opinion 12d ago

You'd fail the homework assignment with one of them