We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flag = 1 while (flag): print ('Given flag is really true!') print "Done"
And error:
buffer.js:385 throw new Error('toString failed'); ^
Error: toString failed at Buffer.toString (buffer.js:385:11) at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:378:21)
The text was updated successfully, but these errors were encountered:
but this is working
flag = 1 while (flag): print ('Given flag is really true!') flag = 0
Sorry, something went wrong.
No branches or pull requests
And error:
ATTEMPTING TO REMOVE: temp/2fe6cc4c7772de1a7581
buffer.js:385
throw new Error('toString failed');
^
Error: toString failed
at Buffer.toString (buffer.js:385:11)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:378:21)
The text was updated successfully, but these errors were encountered: