Skip to content

Instantly share code, notes, and snippets.

@pep8speaks
Created December 17, 2020 00:20
Show Gist options
  • Save pep8speaks/875b5bb6811cc7d43bf38f0b1e60d3d4 to your computer and use it in GitHub Desktop.
Save pep8speaks/875b5bb6811cc7d43bf38f0b1e60d3d4 to your computer and use it in GitHub Desktop.
--- original/file_to_fix.py
+++ fixed/file_to_fix.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python
-print ("Hello world!")
+print("Hello world!")
-print ("goodbye")
+print("goodbye")
oh no!
nope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment