Forgot password? New user? Sign up
Existing user? Log in
C code snippet:
1
printf("\n");
Python code snippet:
print('\n') #can also be "\n", it makes no difference
Let the number of newlines printed by the first code snippet (C) be aaa and that printed by the second code snippet (Python) be bbb.
What's the value of (a+b)(a+b)(a+b)?
Problem Loading...
Note Loading...
Set Loading...