Created
October 13, 2014 17:06
-
-
Save kanghyojun/7148961d14805b017c7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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