Skip to content

End of File EOF

Vinicius Reif Biavatti edited this page Jul 25, 2022 · 1 revision
  • Always terminate a python file with a blank line

✅ Do

exit()
EOF

❌ Don't

exit() EOF
Clone this wiki locally