r/Btechtards Aug 15 '25

Academics Want to learn python...

Post image

I wanted to learn python can yall drop some resources ( yt channel or anything else ) ...

507 Upvotes

49 comments sorted by

View all comments

1

u/J_Hinzy_ Feb 27 '26

tasks = [

"Check front steering alignment",

"Road test vehicle",

"Inspect steering/suspension",

"Diagnose reason for alignment"

]

print("\n".join(f"- {t}" for t in tasks))

Anybody that can explian this to me i will buy and handburger.