DEV Community

Discussion on: Python If-Else Condition

Collapse
 
waylonwalker profile image
Waylon Walker

quick DEV tip. Put the language after your ` backticks to get nice syntax highlighting.

`\ python

try it out

print("hello world")
Collapse
 
pavanbaddi profile image
pavanbaddi

Thank you for suggesting.