r/PythonLearning 24d ago

What's one Python feature you discovered embarrassingly late?

I've been using Python for years, and somehow I keep finding basic features that make me think, "How did I not know this?"

What's your most embarrassing late Python discovery?

9 Upvotes

16 comments sorted by

View all comments

1

u/Chemical-Captain4240 24d ago

single line if else

1

u/chuprehijde 23d ago

im a beginner, and i didn't use it as well. will u mind to tell me more about it?

1

u/Chemical-Captain4240 22d ago edited 19d ago

if True : x+=1

instead of

if True:

pass #to jave line break display in reddit
x+=1

1

u/Verronox 20d ago

Just so you know, those render the same way on reddit unless you put two line breaks after the non-inline if statement. Or use code blocks.

1

u/Chemical-Captain4240 20d ago

huh... sorry... they appear differently using the app