Skip to content

Instantly share code, notes, and snippets.

@kanghyojun
Created October 13, 2014 17:06
Show Gist options
  • Select an option

  • Save kanghyojun/7148961d14805b017c7c to your computer and use it in GitHub Desktop.

Select an option

Save kanghyojun/7148961d14805b017c7c to your computer and use it in GitHub Desktop.
// error c program
int main() {
printf("%d", x);
}
// no error python program
a = 1;
if a != 1:
print(f)
else:
print('a')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment